Ejemplo n.º 1
0
 public void SetValues(string section, IList <KeyValuePair <string, string> > values)
 {
     SavedSectionValueLists.Remove(section);
     SavedSectionValueLists.Add(section, values);
 }
Ejemplo n.º 2
0
 public void SetValues(string section, IList <SettingValue> values)
 {
     SavedSectionValueLists.Remove(section);
     SavedSectionValueLists.Add(section, values);
 }