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