private void mnuHelpAbout_Click(object sender, EventArgs e) { var about = new AboutDialog(); about.ShowDialog(this); }