Ejemplo n.º 1
0
        //巡检
        private void tsmiInspectionConfig_Click(object sender, EventArgs e)
        {
            if (Searcher.FindFormByName("FrmPathManage"))
            {
                return;
            }

            //验证用户密码
            if (!IsValidate())
            {
                return;
            }

            ILogger.Write(EnumLogType.OperateLog, strLogPath + DateTime.Now.ToString("yyyy-MM-dd") + ".xml", LoginBLL.user, "打开巡检菜单");

            PathManage.FrmPathManage frmE = new PathManage.FrmPathManage();
            frmE.Show(dockPanel1, DockState.Document);
        }