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