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