Пример #1
0
 private void RequestShowMainWindow()
 {
     Properties.Settings.Default.LastUsedSimpleLaunch = false;
     _switchingToMainWindow = true;
     if (_simpleLaunchViewModel != null)
     {
         _simpleLaunchViewModel.CloseAction();
     }
     if (RequestShowMainWindowEvent != null)
     {
         RequestShowMainWindowEvent();
     }
     _switchingToMainWindow = false;
 }