Ejemplo n.º 1
0
 public Robot(CommandSet cmdSet, IReport reportOutput) : this(cmdSet, reportOutput, null, null)
 {
 }
Ejemplo n.º 2
0
 public CommandFactory()
 {
     inputStrings = new List <string>();
     commandSet   = new CommandSet();
 }