1
wxr
2023-03-16 7d3d3294b8af9563931ffbc40fb784e0dfd08cab
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