Beispiel #1
0
 public void SetPraatDelegate(CallPraatDelegate pri)
 {
     try
     {
         callpraat = pri;
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
     }
 }