From 42c1607f42ddcfd68fee1d62bbd28b3ddfd2f67e Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期五, 22 十一月 2019 18:00:15 +0800 Subject: [PATCH] 2019.11.22-1 --- ZigbeeApp/Shared/Common/CommonPage.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Common/CommonPage.cs b/ZigbeeApp/Shared/Common/CommonPage.cs index 9cd7685..5ba11b2 100644 --- a/ZigbeeApp/Shared/Common/CommonPage.cs +++ b/ZigbeeApp/Shared/Common/CommonPage.cs @@ -7,7 +7,7 @@ using Shared.Phone.UserCenter.Abount; namespace Shared.Common { - public class CommonPage : FrameLayout + public class CommonPage : UIDrawerLayout { static CommonPage commonPage; public static CommonPage Instance @@ -43,6 +43,11 @@ 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"; -- Gitblit v1.8.0