| | |
| | | } |
| | | |
| | | /// <summary>
|
| | | /// UI显示 |
| | | /// UI显示
|
| | | /// </summary> |
| | | public void Show() |
| | | { |
| | |
| | | this.btnBack.MouseUpEventHandler += eHandlerBack; |
| | | this.btnBackFrameLayout.MouseUpEventHandler += eHandlerBack; |
| | | this.MidFrameLayout(this); |
| | | |
| | | ReadDoorLockUserInfo(); |
| | | |
| | | } |
| | | |
| | | public void MidFrameLayoutContent() |
| | |
| | | } |
| | | else |
| | | { |
| | | |
| | | ///记录当前用户信息 |
| | | Phone.Device.Logic.DoorLockLogic.LockIfon.UserMemberInfoRes = accountObj; |
| | | Phone.Device.Logic.DoorLockLogic.LockIfon.DoorLock = doorLock; |
| | |
| | | UserView.HomePage.Instance.AddChidren(doorLockLogicList); |
| | | UserView.HomePage.Instance.PageIndex += 1; |
| | | doorLockLogicList.Show(); |
| | | |
| | | } |
| | | }; |
| | | btnRight.MouseUpEventHandler += eHandler; |
| | |
| | | } |
| | | #endregion |
| | | } |
| | | } |
| | | } |