Ejemplo n.º 1
0
 public void AssertStarted(string message)
 {
     TimerHelper.AssertStart(this, () => {}, this._dds.RefreshInterval, message);
 }
Ejemplo n.º 2
0
 public void AssertStart(Action startAction, string message)
 {
     TimerHelper.AssertStart(this, startAction, this._dds.LoadDelay, message);
 }