Beispiel #1
0
 private void ButtonStopReplay_Click(object sender, RoutedEventArgs e)
 {
     if (recorderLogic.StopReplay())
     {
         // NOTE: state transit does not happen here, it will hapen when the loop is broken
     }
 }