public UDLController() { this._udlView = new UDLView(this); if (String.IsNullOrWhiteSpace(UDL.Properties.Settings.Default.OutputPath)) { SettingsView settingView = new SettingsView(); settingView.ShowDialog(); } Application.Run(this._udlView); }
private void buttonSettings_Click(object sender, EventArgs e) { SettingsView sv = new SettingsView(); sv.ShowDialog(); }