Example #1
0
 /// <summary>
 /// 执行查询
 /// </summary>
 /// <returns></returns>
 public string SearchKey_Query()
 {
     BP.WF.HttpHandler.WF_RptSearch search = new WF_RptSearch(this.context);
     return(search.KeySearch_Query());
 }
Example #2
0
 /// <summary>
 /// 打开表单
 /// </summary>
 /// <returns></returns>
 public string KeySearch_OpenFrm()
 {
     BP.WF.HttpHandler.WF_RptSearch search = new WF_RptSearch(this.context);
     return(search.KeySearch_OpenFrm());
 }