예제 #1
0
 private void ClosingAction()
 {
     Application.Current.Dispatcher.BeginInvoke(new Action(() => ImageSource = null));
     _imageService.Cleanup();
 }