摘要: 播放声音: using System.Media; SoundPlayer player1 = new SoundPlayer(@"j:\5.wav"); player1.Play(); 调用其他控件的事件 button2.PerformClick(); 对控件使用变量进行操作 TextBox tx 阅读全文
posted @ 2020-06-30 15:34 小白沙 阅读(90) 评论(0) 推荐(0)