黄学彪
2020-09-01 dee21bf452a8979d0515d13e534fbb69ed9715dd
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayGeneralInformationForm.cs
@@ -92,6 +92,10 @@
            var btnMac = rowMac.AddMostRightView("", 600);
            rowMac.AddBottomLine();
            //如果当前是展示模板或者虚拟住宅,则不处理
            if (Common.Config.Instance.Home.IsShowTemplate == false
                && Common.Config.Instance.Home.IsVirtually == false)
            {
            //协议器信道
            var rowChannel = new FrameRowControl(listView.rowSpace / 2);
            rowChannel.UseClickStatu = false;
@@ -115,14 +119,14 @@
            rowProtuct.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uManufacturerName), 300);
            rowProtuct.AddMostRightView("广州河东科技有限公司", 600);
            listView.AdjustRealHeight(Application.GetRealHeight(23));
            HdlThreadLogic.Current.RunThread(() =>
            {
                //获取网关数据
                this.GetGatewayData(i_gateway, btnMac, btnChannel, btnPanId);
            });
        }
            listView.AdjustRealHeight(Application.GetRealHeight(23));
        }
        #endregion