Exemplo n.º 1
0
 private static Timer NextTimer()
 {
     return(TestTimer.NextFreeTimer());
 }
Exemplo n.º 2
0
 private static void Recycle(Timer instance)
 {
     TestTimer.AddFreeTimer(instance);
 }
Exemplo n.º 3
0
 public void Foo()
 {
     TestTimer.Reset();
 }