黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/Common/Controls/DeviceControls/GatewayRowControl.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/GatewayRowControl.cs
@@ -3,7 +3,7 @@
using System.Text;
using ZigBee.Device;
namespace Shared.Phone.UserCenter
namespace Shared.Phone
{
    public class GatewayRowControl : RowLayoutControl
    {
@@ -129,7 +129,7 @@
                //刷新网关信息
                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(() =>