public void Save(string section, SettingsXml xml) { SetupConfigHelper.SaveHelper(section, xml, this); }
// Methods ------------------------------------------------------------- public void Load(string section, SettingsXml xml) { SetupConfigHelper.LoadHelper(section, xml, this); }