duheng
2025-03-20 1ec65a7b983a7d519c3602d20a855ac1bac1825e
WinFrmUI/IBox.WinFrmUI/Form/IBoxFormParams.cs
@@ -38,7 +38,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;