Esempio n. 1
0
 public virtual long GetDelay()
 {
     return(timer.GetDelay());
 }
Esempio n. 2
0
 public long GetDelay()
 {
     return(timer.GetDelay());
 }
Esempio n. 3
0
 public long GetAutoDelay()
 {
     return(autoTimer.GetDelay());
 }
Esempio n. 4
0
 public long GetDelay()
 {
     return(delay.GetDelay());
 }