| | |
| | | <Reference Include="ScanSdk"> |
| | | <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Shared.Droid.HDLLinphone"> |
| | | <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath> |
| | | </Reference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="MainActivity.cs" /> |
| | |
| | | #region 访客记录按钮 |
| | | Action click = () => |
| | | { |
| | | VisitorHistoryPage page = new VisitorHistoryPage(); |
| | | VisitorHistoryPage page = new VisitorHistoryPage(null); |
| | | MainPage.BasePageView.AddChidren(page); |
| | | page.LoadPage(); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | |
| | | using HDL_ON.DAL.Server; |
| | | using System.Collections.Generic; |
| | | using Com.Hdl.Hdllinphonesdk.Utils; |
| | | using Com.Hdl.Hdllinphonesdk.Dialog; |
| | | |
| | | namespace HDL_ON.UI.UI2.PersonalCenter.Visitor |
| | | { |