From f1e8c2cde53050ffe78ef3b13346ba77ca65110c Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期四, 03 十二月 2020 17:55:52 +0800
Subject: [PATCH] 2020-12-03-2

---
 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