Example #1
0
 //移除一个计时器
 public static void removeTimer(long uid)
 {
     TimerMgr.removeTimer(uid);
 }