| | |
| | | }; |
| | | contentPageView.AddChidren(functionsPageView); |
| | | |
| | | FrameLayout functionContentView; |
| | | FrameLayout functionContentView; |
| | | functionContentView = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(16), |
| | |
| | | case ShowFunction.VideoDoorLock: |
| | | functionCount = FunctionList.List.GetVideoDoorLockList().Count; |
| | | #if DEBUG |
| | | functionCount = 1; |
| | | //functionCount = 1; |
| | | #endif |
| | | functionOnCount = 1; |
| | | break; |
| | |
| | | btnFunctionViewBg.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | var list = HDL_ON.UI.UI2.FuntionControlView.VideoDoorLock.CommonMethod.Current.GetVideoDoorLockList(); |
| | | var form = new UI2.FuntionControlView.VideoDoorLock.VideoDoorLockListPage(); |
| | | var form = new UI2.FuntionControlView.VideoDoorLock.VideoDoorLockListPage(null); |
| | | form.AddForm(list); |
| | | }; |
| | | break; |