Example #1
0
 public static void RemoveHandler(TimerInfo timerInfo)
 {
     if (timerInfo != null)
     {
         timerInfo.Clear();
     }
 }