Example #1
0
 public static void ResumeStopwatch(this IStopwatchPresenter presenter)
 {
     presenter.StopwatchUseCase.Resume();
 }
Example #2
0
 public static void StopStopwatch(this IStopwatchPresenter presenter)
 {
     presenter.StopwatchUseCase.Stop();
 }