Example #1
0
 private void CreateCommandManager()
 {
     this.cqdo = new CommandQuene();
     this.cqdo.UndoStateChanged        += new CommandQuene.CommandQueueChangedEvent(CommandManager_UndoStateChanged);
     this.cqdo.ReverseUndoStateChanged += new CommandQuene.CommandQueueChangedEvent(CommandManager_ReverseStateChanged);
     this.ucdo.cqdo      = this.cqdo;
     this.ucProperty.cqp = this.cqdo;
 }
 public void SetCommandQueue(CommandQuene cq)
 {
     this.cqpo = cq;
 }
Example #3
0
 private void CreateCommandManager()
 {
     this.cqdo = new CommandQuene();
     this.cqdo.UndoStateChanged += new CommandQuene.CommandQueueChangedEvent(CommandManager_UndoStateChanged);
     this.cqdo.ReverseUndoStateChanged += new CommandQuene.CommandQueueChangedEvent(CommandManager_ReverseStateChanged);
     this.ucdo.cqdo = this.cqdo;
     this.ucProperty.cqp = this.cqdo;
 }