Beispiel #1
0
 public void Init()
 {
     mPathToNOPFile = new Dictionary<string, CSVFile>();
     mPathToCOPFile = new Dictionary<string, CSVFile>();
     COPRatioRecs = new List<INCCAnalysisParams.cm_pu_ratio_rec>();
     Results = new INCC5FileImportUtils();
 }
Beispiel #2
0
 public void Init()
 {
     //mPathToIsoFile = new Dictionary<string, CSVFile>();
     //mPathToCompFile = new Dictionary<string, CSVFile>();
     Results = new INCC5FileImportUtils();
 }
Beispiel #3
0
 public void Init()
 {
     CollarItems = new List<CollarItemId>();
     Results = new INCC5FileImportUtils();
 }