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