Inheritance: System.Windows.Forms.Form
示例#1
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Dialogs.AboutBox box = new Dialogs.AboutBox();
     box.ShowDialog();
     box.Dispose();
 }
示例#2
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Dialogs.AboutBox box = new Dialogs.AboutBox();
     box.ShowDialog();
     box.Dispose();
 }