void showToolsSettingsForm(object sender, EventArgs e) { var settingsForm = new SettingsForm(); settingsForm.ShowDialog(); }