Exemple #1
0
 public IterativeRobot(IterativeRobotConfiguration configuration, IterativeRobotUserCode userCode, IDebugRenderContext debugRenderContext)
 {
     this.configuration      = configuration;
     this.userCode           = userCode;
     this.debugRenderContext = debugRenderContext;
 }
 public IterativeRobot(IterativeRobotConfiguration configuration, IterativeRobotUserCode userCode, IDebugRenderContext debugRenderContext)
 {
     this.configuration = configuration;
      this.userCode = userCode;
      this.debugRenderContext = debugRenderContext;
 }