using System; using System.Media; class MainClass { public static void Main() { // Play the sound associated with the Asterisk event SystemSounds.Asterisk.Play(); } }