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