use Asterisk sound from SystemSounds : SystemSounds « Development Class « C# / C Sharp






use Asterisk sound from SystemSounds



using System;
using System.Media;

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








Related examples in the same category