Example #1
0
 private void Pause_OnClick(object sender, RoutedEventArgs e)
 {
     _backgroundWorker.Pause();
 }