Esempio n. 1
0
 public Timer(Time Time)
 {
     this.Time = Time;
 }
Esempio n. 2
0
 internal void StartTimer(Time Time, int Seconds)
 {
     this.Time         = Time;
     this.TotalSeconds = Seconds;
     this.StartSubTick = this.Time.ClientSubTick;
 }