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