wei
2020-12-18 c414a1928027a13cf560f1e7b5947d70d0f2674b
HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs
@@ -248,8 +248,11 @@
            LoadEventList();
            new TopViewDiv(bodyView, Language.StringByID(StringId.FloorHeating)).LoadTopView_FunctionTop(fh, actionRefresh);
            DriverLayer.Control.Ins.SendReadCommand(fh);
            new System.Threading.Thread(() =>
            {
                DriverLayer.Control.Ins.SendReadCommand(fh);
            })
            { IsBackground = true }.Start();
        }
        /// <summary>
        /// 加载修改模式区域
@@ -272,8 +275,6 @@
                Width = Application.GetRealWidth(160),
                Height = Application.GetRealHeight(287),
                BackgroundImagePath = "FunctionIcon/AC/DivBg1.png",
                AnimateSpeed = 0.3f,
                Animate = Animate.DownToUp,
            };
            dialogView.AddChidren(modeChangeView);