ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayListForm.cs
@@ -297,7 +297,7 @@ //关闭界面 this.CloseForm(); //刷新主画面(不重新获取设备状态) this.LoadFormMethodByName("DeviceListMainForm", "InitMiddleFrame", false); this.LoadFormMethodByName("DeviceListMainForm", "InitMiddleFrame"); } }); } @@ -363,7 +363,7 @@ string gwid = HdlGatewayLogic.Current.GetGatewayId(gateWay); if (this.dicRowContr.ContainsKey(gwid) == true && this.dicRowContr[gwid] != null) { this.dicRowContr[gwid].RefreshControl(gateWay); this.dicRowContr[gwid].IsOnline = online; } }); }