Example #1
0
        public void SetUp()
        {
            this.commandsList = new UndoRedoCommandList();

            this.command1             = new MockCommand();
            this.command1.CommandName = CommandName1;

            this.command2             = new MockCommand();
            this.command2.CommandName = CommandName2;

            this.command3             = new MockCommand();
            this.command3.CommandName = CommandName3;
        }
        public void SetUp()
        {
            this.commandsList = new UndoRedoCommandList();

            this.command1 = new MockCommand();
            this.command1.CommandName = CommandName1;

            this.command2 = new MockCommand();
            this.command2.CommandName = CommandName2;

            this.command3 = new MockCommand();
            this.command3.CommandName = CommandName3;
        }