示例#1
0
文件: compiler.cs 项目: ydunk/masters
        public virtual ElementAction CreateElementAction()
        {
            ElementAction action = new ElementAction();

            action.Compile(this);
            return(action);
        }
示例#2
0
 public virtual ElementAction CreateElementAction() {
     ElementAction action = new ElementAction();
     action.Compile(this);
     return action;
 }