From 11b72ba363dd4d7cbd5a220ec14942613dd7162e Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 31 十月 2022 13:14:05 +0800
Subject: [PATCH] demo成功运行

---
 HDL_ON/UI/UI2/1-HomePage/HomePage.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
index 7e79081..68fcfb6 100644
--- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
+++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -8,7 +8,6 @@
 using Newtonsoft.Json;
 using Newtonsoft.Json.Linq;
 using Shared;
-using Com.Hdl;
 
 namespace HDL_ON.UI
 {
@@ -194,8 +193,8 @@
 #if DEBUG
                 btnResidenceName.MouseUpEventHandler = (sender, e) =>
                 {
-                    Com.Hdl.HDLToDaHai.InitApplication(Shared.Application.Activity.Application);
-                    Com.Hdl.HDLToDaHai.OpneActivity(Shared.Application.Activity);
+                    Com.Hdl.HdlToLc.InitData(Shared.Application.Activity,false, "c11b4f38c6aa4563a17e3cb35b6882df06");
+                    Com.Hdl.HdlToLc.OpenActivity();
                 };
 #endif
 

--
Gitblit v1.8.0