From 8a6e9d98622d4c133f2ba2770045bdf32cd40696 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 17 十一月 2022 20:58:04 +0800
Subject: [PATCH] 数据备份

---
 HDL-ON_Android/HDL-ON_Android.csproj |   12 ++++++------
 HDL_ON/UI/UI2/1-HomePage/HomePage.cs |    4 +++-
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 4439a90..5c9239e 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -194,18 +194,18 @@
     <Reference Include="ZxingSDK">
       <HintPath>..\..\LC\Android\ZxingSDK.dll</HintPath>
     </Reference>
-    <Reference Include="LcVideoSdk">
-      <HintPath>..\..\LC\Android\LcVideoSdk.dll</HintPath>
-    </Reference>
     <Reference Include="LeChengSDK">
       <HintPath>..\..\LC\Android\LeChengSDK.dll</HintPath>
     </Reference>
-    <Reference Include="LCDeviceAddModule">
-      <HintPath>..\..\LC\Android\LCDeviceAddModule.dll</HintPath>
-    </Reference>
     <Reference Include="Shared.Droid.LCVideoSDK">
       <HintPath>..\DLL\LC\Android\Shared.Droid.LCVideoSDK.dll</HintPath>
     </Reference>
+    <Reference Include="LCDeviceAddModule">
+      <HintPath>..\..\lc2022-11-17\LCDeviceAddModule.dll</HintPath>
+    </Reference>
+    <Reference Include="LcVideoSdk">
+      <HintPath>..\..\lc2022-11-17\LcVideoSdk.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="MainActivity.cs" />
diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
index 68fcfb6..ceb3c17 100644
--- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
+++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -193,7 +193,9 @@
 #if DEBUG
                 btnResidenceName.MouseUpEventHandler = (sender, e) =>
                 {
-                    Com.Hdl.HdlToLc.InitData(Shared.Application.Activity,false, "c11b4f38c6aa4563a17e3cb35b6882df06");
+                    //827a98c98da7469b8bc19bb6a3c7651906
+                    //St_00009073b431d8b2490c9df0c5cb0e73
+                    Com.Hdl.HdlToLc.InitData(Shared.Application.Activity,false, "827a98c98da7469b8bc19bb6a3c7651906");
                     Com.Hdl.HdlToLc.OpenActivity();
                 };
 #endif

--
Gitblit v1.8.0