File was renamed from ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideMainForm.cs |
| | |
| | | namespace Shared.Phone.UserCenter.Guide
|
| | | {
|
| | | /// <summary>
|
| | | /// 引导界面的主界面
|
| | | /// 房间引导界面
|
| | | /// </summary>
|
| | | public class GuideMainForm : GuideCommonForm
|
| | | public class GuideRoomForm : GuideCommonForm
|
| | | {
|
| | | #region ■ 变量声明___________________________
|
| | |
|
| | |
| | | public override void ShowFrom()
|
| | | {
|
| | | base.ShowFrom();
|
| | |
|
| | | Phone.Device.Room.RoomManagement.Instance.CanClick = false;
|
| | |
|
| | | var frameTop = new FrameLayout();
|
| | | frameTop.Height = Application.GetRealHeight(279);
|