Example #1
0
 // public method that Depending on state increment something (like second,minutes or hour)
 public string GetCurrentClockValue()
 {
     return(_state.ShowClockValue(this));
 }