예제 #1
0
 protected virtual void OnIntervalComplete(TimerEventArgs e)
 {
     IntervalComplete?.Invoke(this, e);
 }
예제 #2
0
 protected virtual void OnTimerComplete(TimerEventArgs e)
 {
     TimerComplete?.Invoke(this, e);
 }
예제 #3
0
 protected virtual void OnStateChanged(TimerEventArgs e)
 {
     StateChanged?.Invoke(this, e);
 }