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 }

 

posted @ 2018-04-12 19:42  陈松(Andy)  阅读(307)  评论(0编辑  收藏  举报