Play the sound associated with the Asterisk event : SoundPlayer : Development C# Examples


C# Examples » Development » SoundPlayer »

 

Play the sound associated with the Asterisk event









    
using  System;
using  System.Windows.Forms;
using  System.Media;

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




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Development
» SoundPlayer