Ejemplo n.º 1
0
        //实时下井人员
        private void tsmiInMineEmpMonitoring_Click(object sender, EventArgs e)
        {
            if (Searcher.FindFormByName("FrmRealInWell"))
            {
                return;
            }
            ILogger.Write(EnumLogType.OperateLog, strLogPath + DateTime.Now.ToString("yyyy-MM-dd") + ".xml", LoginBLL.user, "打开实时下井人员菜单");

            A_RealInWell.FrmRealInWell frmE = new A_RealInWell.FrmRealInWell(dockPanel1);
            frmE.Show(dockPanel1, DockState.Document);
        }
Ejemplo n.º 2
0
 public FrmInWellShowConfig(FrmRealInWell frmRealtimeInWell)
 {
     InitializeComponent();
     //m_frmRealtimeInWell = frmRealtimeInWell;
     //RealShowConfig();
 }
Ejemplo n.º 3
0
 public FrmInWellShowConfig(FrmRealInWell frmRealtimeInWell)
 {
     InitializeComponent();
     //m_frmRealtimeInWell = frmRealtimeInWell;
     //RealShowConfig();
 }