public InternalTimer(Bobbingbouy b, TimeSpan delay) : base(delay, TimeSpan.FromMinutes(1))
 {
     this.bouy = b;
     this.Priority = TimerPriority.OneMinute;
 }
Exemple #2
0
 public InternalTimer(Bobbingbouy b, TimeSpan delay) : base(delay, TimeSpan.FromMinutes(1))
 {
     this.bouy     = b;
     this.Priority = TimerPriority.OneMinute;
 }