wxr
2021-03-26 80faceb86399017851f9f72feaaef868a37ff23f
HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/AboutOnPage.cs
@@ -5,6 +5,7 @@
using System.Text;
using HDL_ON.DAL.Server;
using System.Threading.Tasks;
using HDL_ON.FengLinVideo;
namespace HDL_ON.UI
{
@@ -71,6 +72,19 @@
            };
            bodyView.AddChidren(btnOnTitle);
#if DEBUG
            btnOnIcon.MouseUpEventHandler += (sender, e) =>
            {
                ESOnVideo.Current.Test();
            };
            btnOnTitle.MouseUpEventHandler += (sender, e) =>
            {
                ESOnVideo.Current.Test(false);
            };
#endif
            Button btnOnVersion = new Button()
            {
                Y = btnOnTitle.Bottom,