示例#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);
 }