protected override void OnClosing(CancelEventArgs e)
 {
     e.Cancel = true;
     CDialogManager.ShowClosingDialog();
 }
Exemple #2
0
 private void Close_Button_Click(object sender, RoutedEventArgs e)
 {
     CDialogManager.ShowClosingDialog();
 }
Exemple #3
0
 public override bool executeCommand(string args = null, Connection.Connection conn = null, bool invokedByServer = false)
 {
     CDialogManager.ShowClosingDialog();
     return(true);
 }