public MySettingsDialog() { InitializeComponent(); Settings = new WinFormSettingsUI(this); Settings.InitUI(); Settings.Load(); }