This commit is contained in:
@@ -22,7 +22,7 @@ namespace VEPROMS.CSLA.Library
|
||||
public XMLProperties()
|
||||
{
|
||||
_XmlContents = new XmlDocument();
|
||||
_XmlContents.LoadXml("<config/>");
|
||||
_XmlContents.LoadXml("<Config/>");
|
||||
}
|
||||
public XMLProperties(string xml)
|
||||
{
|
||||
|
Reference in New Issue
Block a user