HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs
@@ -1,5 +1,6 @@ using System; using System.Collections.Generic; using System.Threading; using HDL_ON.UI.CSS; using Shared; @@ -565,5 +566,14 @@ }; } /// <summary> /// 信息提示窗口,自动关闭 /// </summary> /// <param name="msg">提示错误文本</param> public void FlashingBox(string msg) { new PublicAssmebly().TipMsgAutoClose(msg, false, 2000); } } }