Пример #1
0
 public void Clear()
 {
     this.className     = string.Empty;
     this.tick          = 0;
     this.stop          = false;
     this.delete        = false;
     this.onTimerUpdate = null;
 }
Пример #2
0
 public void Fill(string className, TimerUpdateDelegate onTimerUpdate = null)
 {
     this.className     = className;
     this.delete        = false;
     this.onTimerUpdate = onTimerUpdate;
 }