コード例 #1
0
ファイル: XtApplicationShell.cs プロジェクト: kobbst/X11_Xlib
 /// <summary> Implement the HandleDialogEnd event handler. </summary>
 /// <param name="label"> The label to set to the status bar. <see cref="System.String"/> </param>
 protected void HandleDlgDialogEnd_QueryForApplicationClose(XtDialog source)
 {
     if (source.Result == XtDialog.DialogResult.Ok)
     {
         Xtlib.exit(0);
     }
 }