| | |
| | | var btnAllClose = new Button() |
| | | { |
| | | X = Application.GetRealWidth(282), |
| | | Y = Application.GetRealHeight(126), |
| | | Y = Application.GetRealWidth(126), |
| | | Width = Application.GetMinRealAverage(58), |
| | | Height = Application.GetMinRealAverage(58), |
| | | UnSelectedImagePath = "Classification/Room/AllCloseIcon.png", |
| | |
| | | btnFloorAndRoomName.Text = room.floorName + room.name; |
| | | }; |
| | | |
| | | var view = new RoomPage(room, ReloadRoomName); |
| | | //房间删除事件 |
| | | Action deleteAction = () => { |
| | | roomView.RemoveFromParent(); |
| | | }; |
| | | |
| | | var view = new RoomPage(room, ReloadRoomName, deleteAction); |
| | | MainPage.BasePageView.AddChidren(view); |
| | | view.LoadPage(); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |