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 | 3 ++- 1 files changed, 2 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..68fcfb6 100644 --- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs +++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs @@ -193,7 +193,8 @@ #if DEBUG btnResidenceName.MouseUpEventHandler = (sender, e) => { - + Com.Hdl.HdlToLc.InitData(Shared.Application.Activity,false, "c11b4f38c6aa4563a17e3cb35b6882df06"); + Com.Hdl.HdlToLc.OpenActivity(); }; #endif -- Gitblit v1.8.0