From e12a799460d514261d9317d42008448f0ea470ee Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 17 三月 2023 14:35:48 +0800 Subject: [PATCH] 场景配置优化 --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs index 2cd51bc..fa38584 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs @@ -2,6 +2,7 @@ using HDL_ON.UI.CSS; using HDL_ON.Entity; using HDL_ON.DriverLayer; +using System; namespace HDL_ON.UI { @@ -600,7 +601,7 @@ Y = Application.GetRealHeight(5), Width = Application.GetMinRealAverage(30), Height = Application.GetMinRealAverage(30), - UnSelectedImagePath = "PersonalCenter/FaceManagementIcon.png", + UnSelectedImagePath = "PersonalCenter/CombinedDimmingIcon.png", }; faceManagementView.AddChidren(btnFaceManagementIcon); var btnFaceManagementText = new Button() @@ -615,6 +616,10 @@ faceManagementView.AddChidren(btnFaceManagementText); #endregion + EventHandler<MouseEventArgs> eventHandler = (sender, e) => { + + }; + } } else -- Gitblit v1.8.0