/// <summary> /// Show the standard About box /// </summary> private void AboutToolStripMenuItemClick(object sender, EventArgs e) { FormAbout about = new FormAbout(); about.ShowDialog(); }