WinFrom中音频播放

1 public void RightVoiceAndHint()
2 {
3     string path = CimsConstant.APLICATION_PATH + "wav\Success.wav";
4     SoundPlayer player = new SoundPlayer(path);
5     player.Play();//简单播放一遍
6 }
原文地址:https://www.cnblogs.com/xmyjcs/p/8810013.html