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