wjc
2023-03-28 f46be160caed45c67e8980173d29ed48d525a4d3
HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -142,7 +142,7 @@
        ///// <summary>
        ///// 获取支持文本
        ///// </summary>
        //Button btnSupportText;
        Button btnSupportText;
        /// <summary>
        /// 关于On文本
@@ -257,6 +257,10 @@
                {
                    btnExit.Text = "退出";
                }
                //else if (Language.CurrentLanguage == "russian")
                //{
                //    btnExit.Text = "выход";
                //}
                else
                {
                    btnExit.Text = "Exit";
@@ -935,7 +939,8 @@
            //    BackgroundColor = 0xFFFF0000,
            //};
            //supportView.AddChidren(supView);
            //supView.MouseUpEventHandler = (sender, e) => {
            //supView.MouseUpEventHandler = (sender, e) =>
            //{
            //    Dialog dialog = new Dialog();
            //    var bodyView = new FrameLayout();
@@ -957,7 +962,8 @@
            //        TextAlignment = TextAlignment.CenterLeft,
            //        TextSize = CSS_FontSize.SubheadingFontSize,
            //    };
            //    btnClose.MouseUpEventHandler = (sender, e) => {
            //    btnClose.MouseUpEventHandler = (sender9, e0) =>
            //    {
            //        dialog.Close();
            //    };
            //    bodyView.AddChidren(btnClose);