コード例 #1
0
        public DataTable GetOverData(int pintProductionLineID, int pintCycleID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetOverItems(pintProductionLineID, pintCycleID));
        }