예제 #1
0
 public Robot(CommandSet cmdSet, IReport reportOutput) : this(cmdSet, reportOutput, null, null)
 {
 }
예제 #2
0
 public CommandFactory()
 {
     inputStrings = new List <string>();
     commandSet   = new CommandSet();
 }