Exemplo n.º 1
0
 public RuntimeTextTemplate1(RobotModel m)
 {
     model = m;
 }
Exemplo n.º 2
0
 public Validator(RobotModel rm)
 {
     model = rm;
 }
Exemplo n.º 3
0
 public Generator(RobotModel r, RuntimeTextTemplate1 w)
 {
     RobotModel = r;
     writer     = w;
     //controller = (RobotsLanguageDocData) this.CurrentDocData.ValidationController;
 }