Beispiel #1
0
 public override void SetInvertThreshold(bool inv)
 {
     try
     {
         Client.SetInvertThreshold(inv);
     }
     catch
     {
         //nix
     }
 }