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