Exemple #1
0
        public void DelFigure(IFigure f)
        {
            ACommand command = new DelFigureCommand(figures, f);
            command.Execute();

            HandleAddCommand(command);
        }
Exemple #2
0
        public void DelFigure(IFigure f)
        {
            ACommand command = new DelFigureCommand(figures, f);

            command.Execute();

            HandleAddCommand(command);
        }