private void menuItemHelpAbout_Click(object sender, EventArgs e) { formAbout aboutDlg = new formAbout(); aboutDlg.ShowDialog(); }