using System;
using System.Collections.Generic;
using System.Text;
using ZigBee.Device;
namespace Shared.Phone.UserCenter
{
///
/// 网关的Resourse
///
public class GatewayResourse
{
///
/// 当前选择的网关ID
///
public static string NowSelectGatewayId = string.Empty;
///
/// APP最后选择的网关ID(或许这个变量是设备管理界面专用的)
///
public static string AppOldSelectGatewayId = string.Empty;
}
}