From af4101b1d8461331bc3163b738fc75d4bf67c85c Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 28 七月 2020 17:47:44 +0800 Subject: [PATCH] 2020-07-28-1 --- HDL_ON/UI/MainPage.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index 3f421d9..7b2716a 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -1,6 +1,7 @@ 锘縰sing System; using System.Collections.Generic; using HDL_ON.DAL; +using HDL_ON.UI; using HDL_ON.UI.CSS; using Shared; @@ -84,6 +85,7 @@ }) { IsBackground = true }.Start(); GoUserPage(); + AppUnlockPage.LoadPage(); } } catch (Exception ex) @@ -127,7 +129,7 @@ BasePageView.ScrollEnabled = false; }; BaseView.AddChidren(BasePageView); - + //璺宠浆椤甸潰---- var userPage = new UI.UserPage(); BasePageView.AddChidren(userPage); -- Gitblit v1.8.0