Ejemplo n.º 1
0
 public LSystemRecation(char systemCase, LSystemAction action)
 {
     this.action = action;
     this.systemCase = systemCase;
 }
Ejemplo n.º 2
0
 public LSystemRecation(char systemCase)
 {
     this.action = null;
     this.systemCase = systemCase;
 }