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