Exemple #1
0
 public void InsertInBackLog(Command c)
 {
     BackLogCommands.Add(c);
 }
Exemple #2
0
 public void InsertCommand(Command c)
 {
     CommandQueue.Enqueue(c); //Command in Queue
 }