public SettingsForm(Settings s) { InitializeComponent(); m_Settings = s; }
public MainForm() { InitializeComponent(); m_Settings = new Settings(); }