Пример #1
0
        public override ElementAction CreateElementAction()
        {
            ElementAction action = new ElementActionDbg();

            action.Compile(this);
            return(action);
        }
Пример #2
0
 public override ElementAction CreateElementAction() {
     ElementAction action = new ElementActionDbg();
     action.Compile(this);
     return action;
 }