public virtual ElementAction CreateElementAction() { ElementAction action = new ElementAction(); action.Compile(this); return(action); }
public virtual ElementAction CreateElementAction() { ElementAction action = new ElementAction(); action.Compile(this); return action; }