private void menuHelpAbout_Click(object sender, System.EventArgs ea) { DialogAbout dlg = new DialogAbout(); dlg.ShowDialog(); }