private void menuProjectSettings_Click(object sender, EventArgs e) { if (!ProjectUtils.IsProjectLoaded()) { return; } ProjectSettingsWizardForm projectSettings = new ProjectSettingsWizardForm(); projectSettings.ShowDialog(this); }