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