示例#1
0
        public override WithParamAction CreateWithParamAction()
        {
            WithParamAction action = new WithParamActionDbg();

            action.Compile(this);
            return(action);
        }
示例#2
0
 public override WithParamAction CreateWithParamAction() {
     WithParamAction action = new WithParamActionDbg();
     action.Compile(this);
     return action;
 }