Example #1
0
 public void QueueCommand(StageDelegate pre, String cmd, StageDelegate post)
 {
     CommandQueue.Enqueue(new StagedCommand(pre, cmd, post));
 }
Example #2
0
 public void QueueCommand(StageDelegate pre, String cmd, StageDelegate post)
 {
     CommandQueue.Enqueue(new StagedCommand(pre, cmd, post));
 }