Beispiel #1
0
        public DataTable GetFillData_ZZ(string strWhere, DataTable dtShow, string SectionTable, string PointTable, string ItemTable, string FillTable, string FillITable, string FillSerial, string FillISerial, string mark)
        {
            CommonAccess com = new CommonAccess();

            return(com.GetFillData_ZZ(strWhere, dtShow, SectionTable, PointTable, ItemTable, FillTable, FillITable, FillSerial, FillISerial, mark));
        }