1
wxr
2023-03-16 7d3d3294b8af9563931ffbc40fb784e0dfd08cab
1
2个文件已修改
9 ■■■■ 已修改文件
HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/CombinedDimmingListPage.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/CombinedDimmingListPage.cs
@@ -1,5 +1,5 @@
using System;
namespace HDL_ON.UI.UI2.PersonalCenter.CombinedDimming
namespace HDL_ON.UI
{
    public class CombinedDimmingListPage
    {
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