コード例 #1
0
 public Runner(ExperimentServer experimentServer, int port, string servicePath)
 {
     this.experimentServer = experimentServer;
     this.port = port;
     this.servicePath = servicePath;
 }
コード例 #2
0
 public Runner(ExperimentServer experimentServer, int port, string servicePath)
 {
     this.experimentServer = experimentServer;
     this.port             = port;
     this.servicePath      = servicePath;
 }