ZigbeeApp/Shared/Common/Device.cs
@@ -1796,7 +1796,7 @@ string msg = Language.StringByID(R.MyInternationalizationString.uGetDeviceListFail); msg += "\r\n[" + HdlGatewayLogic.Current.GetGatewayName(zbGateway).ToString() + "]"; msg = UserCenterLogic.CombineGatewayTimeOutMsg(msg, null, "回复超时", false); this.ShowErrorMsg(msg); this.ShowTipMsg(msg); } return null; }