| | |
| | | <Folder Include="Assets\Phone\FunctionIcon\CAC\" /> |
| | | <Folder Include="Assets\Phone\FunctionIcon\Panel\" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\..\HDLLinphoneSDK_AndroidNew\Shared.Droid.HDLLinphone\Shared.Droid.HDLLinphone\Shared.Droid.HDLLinphone.csproj"> |
| | | <Project>{703D29ED-674F-44A8-8AAD-863035899D4B}</Project> |
| | | <Name>Shared.Droid.HDLLinphone</Name> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="..\HDL_ON\HDL_ON.projitems" Label="Shared" Condition="Exists('..\HDL_ON\HDL_ON.projitems')" /> |
| | | <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> |
| | | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| | |
| | | { |
| | | |
| | | |
| | | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] |
| | | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.2.4.160")] |
| | | public partial class Resource |
| | | { |
| | | |
| | |
| | | { |
| | | public class LpTimeDialogCallBak : Java.Lang.Object, LpTimeDialog.IClickListenerInterface |
| | | { |
| | | |
| | | public string Time; |
| | | private Action<string> action; |
| | | public LpTimeDialogCallBak(Action<string> _action) |
| | |
| | | private VerticalScrolViewLayout bodyScrolView; |
| | | private List<VisitorTempPassword> pwdList; |
| | | |
| | | public VisitorHistoryPage() |
| | | Action action1; |
| | | |
| | | public override void RemoveFromParent() |
| | | { |
| | | action1?.Invoke(); |
| | | base.RemoveFromParent(); |
| | | } |
| | | |
| | | public VisitorHistoryPage(Action action) |
| | | { |
| | | action1 = action; |
| | | bodyView = this; |
| | | } |
| | | |
| | |
| | | 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; |