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