private void settingsMenuItem_Click(object sender, EventArgs e) { using (SettingsForm sf = new SettingsForm()) sf.ShowDialog(); }