private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { using (HelpAbout about = new HelpAbout()) { about.ShowDialog(); } }