示例#1
0
 public void Pause()
 {
     State = TimerState.Paused;
     Paused.Raise(this, EventArgs.Empty);
     OnPaused();
 }