Ejemplo n.º 1
0
        public void Should_reset_to_initial_states()
        {
            new Circle {
                Radius = 10, Center = new Point(10, 10)
            };
            UndoCount(2);

            m.Reset();
            UndoCount(0).RedoCount(0);
        }