Exemple #1
0
 public static void CancelWait(WaitTimer wait)
 {
     if (wait != null)
     {
         wait.Dispose();
     }
 }