Esempio n. 1
0
 public WatchState StartStop(Action <TimeSpan> showTime)
 {
     timer.Dispose();
     return(WatchStopped.Create(ui));
 }