qin
2025-03-20 7747fa47185ac45cf3030a2792a1ffc682afe333
WinFrmUI/IBox.WinFrmUI/Form/IBoxFormDataFilter.cs
@@ -39,7 +39,7 @@
            {
                if (IBoxHelper.Ping())
                {
                    var smsg = content.Split(new string[] { IBoxHelper.paramCode }, StringSplitOptions.RemoveEmptyEntries);
                    var smsg = content.Split(new string[] { IBoxHelper.paramCode, IBoxHelper.startCode }, StringSplitOptions.RemoveEmptyEntries);
                    if (smsg.Length < 2)
                    {
                        return;