wei
2020-12-16 dcf60777c9346ff058f06298d03173f0c53d1902
HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs
@@ -132,7 +132,7 @@
                Height = Application.GetMinRealAverage(40),
                SelectedImagePath = "Collection/CollectionIcon.png",
                UnSelectedImagePath = "Collection/CollectionGrayIcon.png",
                IsSelected = aC.collection
                IsSelected = aC.collect
            };
            controlView.AddChidren(btnCollection);
@@ -265,7 +265,12 @@
            controlView.AddChidren(btnSwitch);
            LoadEventList();
            new TopViewDiv(bodyView,aC.name).LoadTopView_FunctionTop(aC, actionRefresh);
            new TopViewDiv(bodyView,Language.StringByID(StringId.AC)).LoadTopView_FunctionTop(aC, actionRefresh);
            new System.Threading.Thread(() =>
            {
                DriverLayer.Control.Ins.SendReadCommand(aC);
            })
            { IsBackground = true }.Start();
        }
        /// <summary>
        /// 加载修改模式区域