Example #1
0
        public User()
        {
            ACommand command = new ClearCommand(figures);
            command.Execute();

            HandleAddCommand(command);
        }
Example #2
0
        public User()
        {
            ACommand command = new ClearCommand(figures);

            command.Execute();

            HandleAddCommand(command);
        }