public void Compare(string iOriginalPath, string iNewPath, string iFileType, string iOutputPath, bool iShowAlert = false) { CLog log = CLog.CreateInstance(); log.Flush(); bool flag = CompareXml(iOriginalPath, iNewPath, iFileType); GenerateReport(iOriginalPath, iNewPath, iFileType, iOutputPath, iShowAlert); }