ParseXml(String, String)
Parses the target XML file to an XDocument.
public static XDocument ParseXml(string directory, string targetFile)XmlParser.ParseXml(@"C:\Skyline DataMiner\Documents\Test\", "DemoProtocol.xml");XDocumentLast updated
Parses the target XML file to an XDocument.
public static XDocument ParseXml(string directory, string targetFile)XmlParser.ParseXml(@"C:\Skyline DataMiner\Documents\Test\", "DemoProtocol.xml");XDocumentLast updated