public virtual long GetDelay() { return(timer.GetDelay()); }
public long GetDelay() { return(timer.GetDelay()); }
public long GetAutoDelay() { return(autoTimer.GetDelay()); }
public long GetDelay() { return(delay.GetDelay()); }