コード例 #1
0
ファイル: FlowMeterMan.cs プロジェクト: xupeihong/.netYJY
 public static UIDataTable GetGenQtnList(int a_intPageSize, int a_intPageIndex, string where)
 {
     return(FlowMeterPro.GetGenQtnList(a_intPageSize, a_intPageIndex, where));
 }