Esempio n. 1
0
        //未上报信息
        private void NotReportDataLoade()
        {
            int notReportTimes = int.Parse(ReadWriteXml.ReadXml("NotReportTimes"));

            dgvNotReport.AutoGenerateColumns = false;
            dgvNotReport.DataSource          = wellInfoService.GetNotReportNumInfo(notReportTimes);
        }