How do I make two audios play simultaneously on Visual Studio C# WinForm?

后端 未结 0 709
长发绾君心
长发绾君心 2021-01-31 01:10

I am making a Snake game and in Public Form1(), I wrote:

startMusic = new SoundPlayer(Properties.Resources.BackgroundMusic);
        startMusic.LoadAsync();

soun         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题