Exemplo n.º 1
0
 public void UnregisterTimer(Timer timer)
 {
     TimerManager.RemoveTimer(timer);
 }
Exemplo n.º 2
0
 public void UnregisterTimer(int index)
 {
     TimerManager.RemoveTimer(index);
 }
Exemplo n.º 3
0
 public void RegisterTimer(Timer timer)
 {
     TimerManager.AddTimer(timer);
 }