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