private void menuStripSettingsSettings_Click(object sender, EventArgs e) { //Bring up the settings window ProgramSettingsForm form = new ProgramSettingsForm(); form.ShowDialog(); SetDebugToolsVisible(); }