Exemplo n.º 1
0
        public override UseAttributeSetsAction CreateUseAttributeSetsAction()
        {
            UseAttributeSetsAction action = new UseAttributeSetsActionDbg();

            action.Compile(this);
            return(action);
        }
Exemplo n.º 2
0
 public override UseAttributeSetsAction CreateUseAttributeSetsAction() {
     UseAttributeSetsAction action = new UseAttributeSetsActionDbg();
     action.Compile(this);
     return action;
 }