public void SetValues(string section, IList <KeyValuePair <string, string> > values) { SavedSectionValueLists.Remove(section); SavedSectionValueLists.Add(section, values); }
public void SetValues(string section, IList <SettingValue> values) { SavedSectionValueLists.Remove(section); SavedSectionValueLists.Add(section, values); }