From 38df05b600e7a41106f710a3e4287e37fbf35d03 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 27 十月 2022 09:10:34 +0800
Subject: [PATCH] 备份

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

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

--
Gitblit v1.8.0