| | |
| | | /// </summary>
|
| | | public virtual void ShowFrom()
|
| | | {
|
| | | Phone.Device.Room.RoomManagement.Instance.CanClick = false;
|
| | | Phone.MainPage.ListRoomViewFrom.Instance.CanClick = false;
|
| | |
|
| | | UserView.UserPage.Instance.AddChidren(this);
|
| | | this.BackgroundColor = Common.ZigbeeColor.Current.GXCGrayBackgroundColor;
|
| | |
| | | roomPageView.Height = Application.GetRealHeight(478);
|
| | | this.AddChidren(roomPageView);
|
| | | //突出边距
|
| | | roomPageView.TCBJ = Application.GetRealWidth(112);
|
| | | roomPageView.TCBJ = Application.GetRealWidth(124);
|
| | | //两个page之间的间距
|
| | | roomPageView.JMBJ = Application.GetRealWidth(69);
|
| | | roomPageView.JMBJ = Application.GetRealWidth(58);
|
| | |
|
| | | //客厅
|
| | | var room1 = new Common.Room();
|