Esempio n. 1
0
 public FormXmlParser(string xmlFile)
 {
     formXmlParser = new XmlParser(xmlFile);
 }
Esempio n. 2
0
 public FormXmlParser(string xmlFilePath, bool isXmlString)
 {
     formXmlParser = new XmlParser(xmlFilePath, true);
 }