Beispiel #1
0
        public ICommand CreateCommand()
        {
            ICommand cmd = new DeletePointsCommand(app, parent, points);

            return(cmd);
        }
        public ICommand CreateCommand()
        {
            ICommand cmd = new DeletePointsCommand(app, parent, points);

            return cmd;
        }