Example #1
0
        /// <summary>
        /// 初始化显示
        /// </summary>
        public void Init_ShowInfo()
        {
            //产品参数初始化
            g_UCParProduct.Init();

            //结果显示
            Init_MainResult();

            this.Dispatcher.Invoke(new Action(() =>
            {
                InitTimer_ShowInfo();

                if (ParStateAndAlarm.P_I.BlAutoShow)
                {
                    bool blNew           = false;
                    WinStateAndAlarm win = WinStateAndAlarm.GetWinInst(out blNew);
                    win.Show();
                }
            }));
        }