Ejemplo n.º 1
0
 public static long addMillHandler(int endCount, Action <int> eHandler, Action <int> cHandler = null, int interval = 1)
 {
     return(TimerMgr.addMillHandler(endCount, eHandler, cHandler, interval));
 }