Inheritance: System.Windows.Forms.Form
示例#1
0
文件: wTail.cs 项目: kjk/kjkpub
 private void menuHelpAbout_Click(object sender, System.EventArgs e)
 {
     AboutDialogBox dlg = new AboutDialogBox();
     dlg.ShowDialog();
 }
示例#2
0
        private void menuHelpAbout_Click(object sender, System.EventArgs e)
        {
            AboutDialogBox dlg = new AboutDialogBox();

            dlg.ShowDialog();
        }