© 2026 Hedgehog Software, LLC
void PlaySound(string sound) { var player = new System.Media.SoundPlayer(sound); player.Play(); }