Beispiel #1
0
        public ICommand CreateCommand()
        {
            ICommand ret;

            ret = new InsertPointsCommand(app, (IWorldContainer)parent, location, index);
            return((ICommand)ret);
        }
 public ICommand CreateCommand()
 {
     ICommand ret;
     ret = new InsertPointsCommand(app, (IWorldContainer)parent, location, index);
     return (ICommand) ret;
 }