Example #1
0
 public static void StopTimer(m.Util.Timers.SimpleTimer timer)
 {
     if (timer != null)
     {
         timer.Stop();
     }
 }