HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPage.cs
@@ -99,7 +99,7 @@ Height = Application.GetMinRealAverage(40), SelectedImagePath = "Collection/CollectionIcon.png", UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = fan.collection IsSelected = fan.collect }; controlView.AddChidren(btnCollection); @@ -169,7 +169,11 @@ LoadEventList(); new TopViewDiv(bodyView, Language.StringByID(StringId.Fan)).LoadTopView_FunctionTop(fan, actionRefresh); new System.Threading.Thread(() => { DriverLayer.Control.Ins.SendReadCommand(fan); }) { IsBackground = true }.Start(); } }