Add files via upload

This commit is contained in:
celisej567
2021-07-08 13:45:11 +03:00
committed by GitHub
parent 6639674b5e
commit 14ec6afd30
12 changed files with 23 additions and 5 deletions

View File

@@ -127,8 +127,11 @@ namespace Launcher
Properties.Resources._21
};
SoundPlayer sp = new SoundPlayer(rndsong[sound]);
sp.Play();
sp.PlaySync();
}
}
}