From f676a4c180fc54cc82eecbfcd24d32fe7d8581db Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 26 三月 2021 18:16:58 +0800 Subject: [PATCH] Merge branch 'CJL' into temp-wxr --- HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/AboutOnPage.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/AboutOnPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/AboutOnPage.cs index fa1831f..0b26a18 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/AboutOnPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/AboutOnPage.cs @@ -72,15 +72,15 @@ bodyView.AddChidren(btnOnTitle); #if DEBUG - //btnOnIcon.MouseUpEventHandler += (sender, e) => - //{ - // ESOnVideo.Current.Test(); - //}; + btnOnIcon.MouseUpEventHandler += (sender, e) => + { + ESOnVideo.Current.Test(); + }; - //btnOnTitle.MouseUpEventHandler += (sender, e) => - //{ - // ESOnVideo.Current.Test(false); - //}; + btnOnTitle.MouseUpEventHandler += (sender, e) => + { + ESOnVideo.Current.Test(false); + }; #endif -- Gitblit v1.8.0