old mode 100755
new mode 100644
| | |
| | | public static Loading Loading = new Loading(); |
| | | public void Show() |
| | | { |
| | | |
| | | //if (Application.IsPad) |
| | | //{ |
| | | // Application.DesignWidth = 2048; |
| | |
| | | Application.MainPage.AddChidren(Loading); |
| | | //} |
| | | Phone.UserView.HomePage.Instance.InitPage(); |
| | | |
| | | if (Shared.Phone.Device.Logic.Send.It_Exist == "1") |
| | | {//以本地状态为主打开GPS服务 |
| | | Application.StartGPSLocationService(); |
| | | } |
| | | } |
| | | |
| | | //public static string RequestHttpsHost = "https://global.hdlcontrol.com/HangZhouHdlCloudApi"; |
| | |
| | | /// <summary> |
| | | /// 版本号 |
| | | /// </summary> |
| | | public static string CodeIDString = "1.0.20051901"; |
| | | public static string CodeIDString = "1.1.0120061701"; |
| | | /// <summary> |
| | | /// 注册来源(0:HDL On 1:Zigbee) |
| | | /// </summary> |