private void mnuAboutAbout_Click(object sender, EventArgs e) { AboutBox about = new AboutBox(); about.ShowDialog(); }