An object that invokes an action after an amount of time has elapsed and optionally continues repeating until told to stop.
Example #1
0
 private void Remove(Timer t)
 {
     screen_list.Remove((Screen)t.tag);
 }
Example #2
0
 private void SetReady(Timer t)
 {
     ready = true;
 }