Ejemplo n.º 1
0
        public virtual UseAttributeSetsAction CreateUseAttributeSetsAction()
        {
            UseAttributeSetsAction action = new UseAttributeSetsAction();

            action.Compile(this);
            return(action);
        }
Ejemplo n.º 2
0
 public virtual UseAttributeSetsAction CreateUseAttributeSetsAction()
 {
     UseAttributeSetsAction action = new UseAttributeSetsAction();
     action.Compile(this);
     return action;
 }