| | |
| | | view.toptitleNameBtn.TextID = MyInternationalizationString.selection; |
| | | view.clickBtn.MouseDownEventHandler += (sender, e) => |
| | | { |
| | | UserView.HomePage.Instance.ScrollEnabled = true; |
| | | if (action != null) |
| | | { |
| | | action(Send.CurrentDoorLock.IsDoorLockNormallyMode); |
| | | } |
| | | |
| | | UserView.HomePage.Instance.ScrollEnabled = true;
|
| | | action(Send.CurrentDoorLock.IsDoorLockNormallyMode);
|
| | | RemoveFromParent(); |
| | | |
| | | }; |
| | |
| | | UserView.HomePage.Instance.AddChidren(soneLogicList); |
| | | UserView.HomePage.Instance.PageIndex += 1; |
| | | soneLogicList.Show();
|
| | | action = soneLogicList.action;
|
| | |
|
| | | //添加历史记录
|
| | | UserCenter.HdlDeviceDoorLockLogic.Current.AddDoorHistoryLog(Send.CurrentDoorLock, 9004, "");
|
| | | } |
| | | else |
| | | { |
| | |
| | | var soneLogicList = new SoneLogicList(); |
| | | UserView.HomePage.Instance.AddChidren(soneLogicList); |
| | | UserView.HomePage.Instance.PageIndex += 1; |
| | | soneLogicList.Show(); |
| | | |
| | | soneLogicList.Show();
|
| | | action = soneLogicList.action; |
| | | } |
| | | } |
| | | catch |