Example #1
0
 public StatementPair(string referencePath, string analysisPath, bool paired)
 {
     ReferencePath       = referencePath;
     AnalysisPath        = analysisPath;
     ReferenceStatements = new XmlStatements(referencePath);
     AnalysisStatements  = new XmlStatements(analysisPath);
 }
Example #2
0
 static void Main(string[] args)
 {
     string      filePath = "C:\\Users\\stany\\Downloads\\BaseXMLs\\Copy of R_T001.BA91M11.134.807.216.916 v1.0 T001 2012-01-01_1#BA91M11.134807216916.xml";
     IStatements xml      = new XmlStatements(filePath);
 }