コード例 #1
0
 public void CleanUp()
 {
     if (_excelComparer != null)
     {
         _excelComparer.Dispose();
         _excelComparer = null;
     }
 }
コード例 #2
0
        public void Initialize()
        {
            var filePath = GetExcelFilePathToRead();

            _excelComparer = new ExcelComparer(filePath, filePath);
        }