old mode 100755
new mode 100644
| | |
| | | } |
| | | |
| | | /// <summary>
|
| | | /// UI显示 |
| | | /// UI显示
|
| | | /// </summary> |
| | | public void Show() |
| | | { |
| | |
| | | this.btnBack.MouseUpEventHandler += eHandlerBack; |
| | | this.btnBackFrameLayout.MouseUpEventHandler += eHandlerBack; |
| | | this.MidFrameLayout(this); |
| | | |
| | | ReadDoorLockUserInfo(); |
| | | |
| | | } |
| | | |
| | | public void MidFrameLayoutContent() |
| | |
| | | } |
| | | else |
| | | { |
| | | |
| | | var userDoorLockPage = new UserDoorLockPage(doorLock, accountObj); |
| | | Shared.Phone.UserView.HomePage.Instance.AddChidren(userDoorLockPage); |
| | | Shared.Phone.UserView.HomePage.Instance.PageIndex += 1; |
| | | userDoorLockPage.Show(); |
| | | } |
| | | }; |
| | | btnRight.MouseUpEventHandler += eHandler; |
| | |
| | | } |
| | | #endregion |
| | | } |
| | | } |
| | | } |