private void mnuAbout_Click(object sender, System.EventArgs e) { AboutDialog dlg = new AboutDialog(); dlg.ShowDialog(this); }