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