ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/GatewayRowControl.cs
@@ -71,7 +71,7 @@ /// 做成一个显示网关信息的RowLayout,添加此控件到容器后,调用【InitControl()】完成初始化 /// </summary> /// <param name="i_zbGateway">网关对象</param> /// <param name="ChidrenYaxis">子控件Y轴偏移量(有些界面需要这种特殊操作)</param> /// <param name="ChidrenYaxis">子控件Y轴偏移量(【列表控件的rowSpace/2】即可,不懂默认为0即可)</param> public GatewayRowControl(ZbGateway i_zbGateway, int i_ChidrenYaxis = 0) : base(i_ChidrenYaxis) { this.zbGatewayId = HdlGatewayLogic.Current.GetGatewayId(i_zbGateway);