Esempio n. 1
0
        //实时方向性信息
        private void tsmRealTimeDirectional_Click(object sender, EventArgs e)
        {
            if (Searcher.FindFormByName("FrmRealTimeDirectional"))
            {
                return;
            }

            ILogger.Write(EnumLogType.OperateLog, strLogPath + DateTime.Now.ToString("yyyy-MM-dd") + ".xml", LoginBLL.user, "打开实时方向性信息菜单");

            FrmRealTimeDirectional frtd = new FrmRealTimeDirectional(false, "", 0, "");
            frtd.Show(dockPanel1, DockState.Document);
        }
Esempio n. 2
0
        //实时方向性信息
        private void tsmRealTimeDirectional_Click(object sender, EventArgs e)
        {
            ILogger.Write(EnumLogType.OperateLog, strLogPath + DateTime.Now.ToString("yyyy-MM-dd") + ".xml", LoginBLL.user, "打开实时方向性信息菜单");

            FrmRealTimeDirectional frtd = new FrmRealTimeDirectional(false, "", 0, "");
            frtd.Show();
        }