Example #1
0
 // public method for the change state of the clock to the next one
 public void ChangeState()
 {
     _state.ChangeState(this);
 }