private void BT_jogar_Click_1(object sender, EventArgs e) { Form7 objform7 = new Form7(); objform7.Show(); SoundPlayer IniciarPlayer = new SoundPlayer(@"G:\Arquivos de música.wav\DingDong.wav"); IniciarPlayer.Play(); }
private void BT_jogar_Click_1(object sender, EventArgs e) { Form7 objform7 = new Form7(); objform7.Show(); SoundPlayer IniciarPlayer = new SoundPlayer(Properties.Resources.DingDong); IniciarPlayer.Play(); }