| | |
| | | //房间图片
|
| | | var btnPic = new ImageView();
|
| | | btnPic.Y = Application.GetRealHeight(60);
|
| | | btnPic.Width = Application.GetMinRealAverage(824);
|
| | | btnPic.Height = Application.GetMinRealAverage(549);
|
| | | btnPic.Width = this.GetPictrueRealSize(824);
|
| | | btnPic.Height = this.GetPictrueRealSize(549);
|
| | | btnPic.Radius = (uint)Application.GetRealHeight(17);
|
| | | btnPic.Gravity = Gravity.CenterHorizontal;
|
| | | btnPic.ImagePath = "RoomIcon/0.jpg";
|
| | |
| | | newRoom.Temperatrue = 0;
|
| | | }
|
| | |
|
| | | //添加房间,主页需要重新刷新
|
| | | UserView.UserPage.Instance.RefreshForm = true;
|
| | |
|
| | | HdlRoomLogic.Current.AddRoom(newRoom);
|
| | | this.FinishEditorEvent?.Invoke();
|
| | |
|