Example #1
0
 public void Add(CommandBase commandBase)
 {
     _commands.Enqueue(commandBase);
 }
Example #2
0
 public void PushAndRun(CommandBase command)
 {
     command.Execute();
 }