private void menuItemHelp_Click(object sender, System.EventArgs e) { using (var help = new HelpForm()) help.ShowDialog(); }