lss
2022-06-27 ea285ffe71284f5499e870f89c65b710d2d6a79c
HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs
@@ -44,7 +44,7 @@
        {
            new System.Threading.Thread(() =>
            {
                DriverLayer.Control.Ins.SendWriteCommand(function, dic);
                DriverLayer.Control.Ins.SendWriteCommand(function, dic,false,0);
            })
            { IsBackground = true }.Start();
        }
@@ -68,6 +68,7 @@
                }
                ///更新的数据
                a31Music.functionMusic = localFunction;
            }
            catch { }
        }