xm
2020-12-10 3aa397ab145382935492b11c1f18c9634e69910b
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/GatewayRowControl.cs
@@ -135,7 +135,6 @@
                        HdlThreadLogic.Current.RunMain(() =>
                        {
                            //刷新控件
                            tempWay.GatewayOnlineFlage = true;
                            this.RefreshControl(tempWay);
                        });
                    }
@@ -157,7 +156,7 @@
            {
                this.zbGatewayId = zbway.GwId;
            }
            bool bonline = HdlGatewayLogic.Current.CheckGatewayOnlineByFlag(zbway);
            bool bonline = HdlGatewayLogic.Current.CheckGatewayOnlineByMemory(zbway);
            this.IsOnline = bonline;