コード例 #1
0
        public ICommand CreateCommand()
        {
            ICommand cmd = new DeletePathObjectTypeCommand(app, parent, pathObjectType);

            return cmd;
        }
コード例 #2
0
        public ICommand CreateCommand()
        {
            ICommand cmd = new DeletePathObjectTypeCommand(app, parent, pathObjectType);

            return(cmd);
        }