public Hbm2NetRunner(string workingDir,IRdtHelper rdtHelper)
 {
     this.rdtHelper = rdtHelper;
     this.workingDir = workingDir;
 }
示例#2
0
 public Hbm2NetRunner(string workingDir, IRdtHelper rdtHelper)
 {
     this.rdtHelper  = rdtHelper;
     this.workingDir = workingDir;
 }