This commit is contained in:
2008-08-12 11:18:05 +00:00
parent 3aedee5967
commit 610f408c6d
5 changed files with 224 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ namespace VEPROMS.CSLA.Library
public XMLProperties()
{
_XmlContents = new XmlDocument();
_XmlContents.LoadXml("<config/>");
_XmlContents.LoadXml("<Config/>");
}
public XMLProperties(string xml)
{