Exemplo n.º 1
0
 private void AddActionFromCommand(BaseCommand pendingCommand)
 {
     AddAction(pendingCommand.GetAction());
 }
Exemplo n.º 2
0
 public void ReciveCommand(BaseCommand command)
 {
     PendingCommands.Add(command);
 }