Esempio n. 1
0
        private void DisposeMsg_Map(int well_State_ID, string terminal_ID, CSPNType type)
        {
            ReportInfo reportInfo = wellInfoService.GetReportInfo_Terminal_ID(well_State_ID, terminal_ID);

            this.terminal_ID   = terminal_ID;
            this.well_State_ID = well_State_ID;
            phone    = reportInfo.OperatorInfo.Telephone;
            place    = reportInfo.WellInfo.Place;
            time     = reportInfo.Report_Time;
            realName = reportInfo.OperatorInfo.RealName;
            DisposeMsg(type);
            UMessageBox.Show("处理成功!", "人井监控管理系统", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }