Ejemplo n.º 1
0
        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);
        }
Ejemplo n.º 2
0
 public void Save()
 {
     SettingsHelper.SaveSettings(this);
 }