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