lss
2021-04-22 b8bdf52ccc38e3c6b0a95c2b60f59fc99dc546fd
HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/AboutOnPage.cs
old mode 100755 new mode 100644
@@ -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,