From 1e826b20e55f65c8b50c166c222500c09d4b5063 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 04 十二月 2020 11:58:13 +0800 Subject: [PATCH] 2020-12-04-1 --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs index 1b00994..ffb66f9 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs @@ -565,9 +565,9 @@ myServerInfoPage.LoadPage(); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; }; - myServerInfoCellView.goAction = selectAction; - myServerInfoCellView.btnTilte.Text = Language.StringByID(StringId.ServerInformation); - myServerInfoCellView.lineView.RemoveFromParent(); + myServerInfoCellView.GoAction = selectAction; + myServerInfoCellView.BtnTilte.Text = Language.StringByID(StringId.ServerInformation); + myServerInfoCellView.LineView.RemoveFromParent(); #endregion -- Gitblit v1.8.0