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");
XDocument
Last updated 1 year ago