| | |
| | | using Shared.Common; |
| | | using ZigBee.Device; |
| | | using Shared.Phone.Device.AC; |
| | | using System.Text; |
| | | using Shared.Phone.Device.Account; |
| | | |
| | | namespace Shared.Phone.UserView |
| | | { |
| | |
| | | /// <summary> |
| | | /// 底部按钮文字的Y值 |
| | | /// </summary> |
| | | private static readonly int tabBarEnumName_Y = 104; |
| | | private static readonly int tabBarEnumName_Y = 98; |
| | | #endregion |
| | | |
| | | #region ◆ 接口____________________________ |
| | |
| | | { |
| | | BackgroundColor = Shared.Common.ZigbeeColor.Current.MainColor; |
| | | ZbGateway.StatusList.Add(this); |
| | | Shared.Application.LocationAction += (lat, lon) => |
| | | { |
| | | AccountLogic.Instance.ReceiveAppLatAndLon(lat.ToString(), lon.ToString()); |
| | | }; |
| | | } |
| | | |
| | | /// <summary> |