Exemple #1
0
 public AMSWATFileOperator(Etest etest)
 {
     Etest = etest;
     SetConfig();
     fileSuffix = "DAT";
     //  ((AMSWAT)etest).filePath = filePath;
     ((AMSWAT)etest).specPath = SpecPath;
 }
Exemple #2
0
 public HlcmWATFileOperator(Etest etest)
 {
     Etest = etest;
     SetConfig();
     fileSuffix = "xlsx";
 }