Exemplo n.º 1
0
        public override AttributeAction CreateAttributeAction()
        {
            AttributeAction action = new AttributeActionDbg();

            action.Compile(this);
            return(action);
        }
Exemplo n.º 2
0
 public override AttributeAction CreateAttributeAction() {
     AttributeAction action = new AttributeActionDbg();
     action.Compile(this);
     return action;
 }