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 ++++++-
HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/CombinedDimmingListPage.cs | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/CombinedDimmingListPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/CombinedDimmingListPage.cs
index f15dd19..73e67bc 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/CombinedDimmingListPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/CombinedDimmingListPage.cs
@@ -1,5 +1,5 @@
锘縰sing System;
-namespace HDL_ON.UI.UI2.PersonalCenter.CombinedDimming
+namespace HDL_ON.UI
{
public class CombinedDimmingListPage
{
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