Esempio n. 1
0
 public void PrintMySound()
 {
     try
     {
         sound.Sounding();
     }
     catch (System.NullReferenceException)
     {
         Console.Write("---");
     }
 }