陈嘉乐
2021-04-01 89e5ee13906a80f5357e078301169fabbf9103c6
HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs
@@ -892,9 +892,9 @@
        /// 信息提示窗口,自动关闭
        /// </summary>
        /// <param name="msg">提示错误文本</param>
        public void FlashingBox(string msg,int time=2000)
        public void FlashingBox(string msg,int time=2)
        {
            new PublicAssmebly().TipMsgAutoClose(msg, false, time);
            new PublicAssmebly().TipMsgAutoClose(msg, false, time*1000);
        }
        /// <summary>