Esempio n. 1
0
 private void ButtonPause_Click(object sender, RoutedEventArgs e)
 {
     ChronoService.Pause();
 }
Esempio n. 2
0
 private void PauseExecute()
 {
     _chronometerService.Pause();
     NotifyControllerChanged();
 }