| | |
| | | using System; |
| | | using HDL_ON.UI.CSS; |
| | | using Shared; |
| | | using Com.Hdl.Hdllinphonesdk.Dialog; |
| | | using HDL_ON.DAL.Server; |
| | | using System.Collections.Generic; |
| | | using Com.Hdl.Hdllinphonesdk.Utils; |
| | |
| | | bodyView = this; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | public VisitorQRCodePage(VisitorTempPassword pwd) |
| | | { |
| | | bodyView = this; |
| | |
| | | |
| | | Action click = () => |
| | | { |
| | | VisitorHistoryPage page = new VisitorHistoryPage(); |
| | | Action action = () => { |
| | | LoadPage(); |
| | | }; |
| | | VisitorHistoryPage page = new VisitorHistoryPage(action); |
| | | MainPage.BasePageView.AddChidren(page); |
| | | page.LoadPage(); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |