protected override void OnExit(ExitEventArgs e) { // Networks & settings are already saved ; this is to save things such as the "Join on startup" channel checkbox SettingsHelper.SaveSettings(this.Settings); base.OnExit(e); }
public void Save() { SettingsHelper.SaveSettings(this); }