Beispiel #1
0
 public override void Persist(ChoConfigSectionObjectMap configSectionObjectMap)
 {
     File.WriteAllText(_configPath, ChoXmlDocument.SetOuterXml(_configPath, ConfigSectionName,
                                                               ChoObject.ToXmlString(configSectionObjectMap.ConfigObject)));
 }