Beispiel #1
0
 private void ButtonResumeReplay_Click(object sender, RoutedEventArgs e)
 {
     if (recorderLogic.ResumeReplay())
     {
         viewModel.State = State.Replaying;
     }
 }