Пример #1
0
 private void WindowClosing(object sender, CancelEventArgs e)
 {
     Hide();
     _mainWindowViewModel.Close();
 }