| | |
| | | using Shared.Phone.UserCenter.Abount; |
| | | namespace Shared.Common |
| | | { |
| | | public class CommonPage : FrameLayout |
| | | public class CommonPage : UIDrawerLayout |
| | | { |
| | | static CommonPage commonPage; |
| | | public static CommonPage Instance |
| | |
| | | Application.MainPage.AddChidren(Loading); |
| | | //} |
| | | Phone.UserView.HomePage.Instance.InitPage(); |
| | | |
| | | var roomList = new Shared.Phone.Device.Room.RoomManagement(); |
| | | |
| | | Instance.AddLeftView(roomList); |
| | | roomList.Show(); |
| | | } |
| | | |
| | | public static string SoftTitle = "ZigBee"; |
| | |
| | | /// <summary> |
| | | /// 版本号 |
| | | /// </summary> |
| | | public static string CodeIDString = "1.0.19112201"; |
| | | public static string CodeIDString = "1.0.19112601"; |
| | | /// <summary> |
| | | /// 注册来源(0:HDL On 1:Zigbee) |
| | | /// </summary> |