From 7d3d3294b8af9563931ffbc40fb784e0dfd08cab Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 16 三月 2023 17:56:13 +0800 Subject: [PATCH] 1 --- 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