Пример #1
0
 public void ShowBackupWizard()
 {
     if (App.Connection.CurrentServer == null)
     {
         MessageBoxService.ShowMessage("Please connect to an instance before attempting to perform a backup.",
                                       "No Instance Connected",
                                       MessageButton.OK, MessageIcon.Stop);
         return;
     }
     BackupViewService.Show();
 }
 public void ShowBackupView()
 {
     BackupViewService.Show();
 }