Query选框

编写queryRun方法,

public QueryRun queryRun()
{
    QueryRun ret;

    ret = New Query(queryStr(QueryName));

    return ret;
}

标签: none

添加新评论