Beispiel #1
0
 private void menuItemHelpAbout_Click(object sender, System.EventArgs e)
 {
     NewAbout about = new NewAbout();
     about.ShowDialog();
     about.Dispose();
 }
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     NewAbout ab = new NewAbout();
     ab.ShowDialog(this);
 }