File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/GatewayRowControl.cs |
| | |
| | | using System.Text; |
| | | using ZigBee.Device; |
| | | |
| | | namespace Shared.Phone.UserCenter |
| | | namespace Shared.Phone |
| | | { |
| | | public class GatewayRowControl : RowLayoutControl |
| | | { |
| | |
| | | //刷新网关信息 |
| | | HdlThreadLogic.Current.RunThread(() => |
| | | { |
| | | var result = HdlGatewayLogic.Current.GetGatewayInfo(tempWay, false, ShowErrorMode.NO); |
| | | var result = HdlGatewayLogic.Current.RefreshGatewayInfo(tempWay, false, ShowErrorMode.NO); |
| | | if (result != null) |
| | | { |
| | | HdlThreadLogic.Current.RunMain(() => |