HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-10-28 1f5636d69332170ea3a41c76c9519f6ff6f0a8d9
ZigbeeApp/Shared/Phone/UserCenter/Safety/SectorsSettionMenuForm.cs
@@ -100,9 +100,7 @@
            listView.AddChidren(row4);
            row4.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uInformationPush), 500);
            //开关图标
            var btnSwicth = row4.AddMostRightEmptyIcon(104, 63);
            btnSwicth.UnSelectedImagePath = "Item/Switch.png";
            btnSwicth.SelectedImagePath = "Item/SwitchSelected.png";
            var btnSwicth = row4.AddMostRightSwitchIcon();
            btnSwicth.IsSelected = HdlSafeguardLogic.Current.GetGarrisonInformationPushStatu(this.zoonID) == 0;
            btnSwicth.ButtonClickEvent += (sender, e) =>
            {