From ecbf9d722cf59efe93cf60ee47e8782eca18eca6 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期六, 19 十二月 2020 13:22:55 +0800 Subject: [PATCH] 20201219-1 --- HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs old mode 100644 new mode 100755 index 9f6526c..c0eccff --- a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs @@ -63,7 +63,7 @@ /// 鍔犺浇鍖哄煙閫夋嫨RowView /// </summary> /// <param name="VerticalScrolViewMiddle"></param> - void AddRowView(VerticalScrolViewLayout VerticalScrolViewMiddle, HelpURLInfo functionInfo) + void AddRowView(VerticalScrolViewLayout VerticalScrolViewMiddle, APPFunctionURLInfo functionInfo) { var rowView = new FrameLayout() { @@ -125,27 +125,27 @@ } #region 娴嬭瘯 - List<HelpURLInfo> list = new List<HelpURLInfo>(); + List<APPFunctionURLInfo> list = new List<APPFunctionURLInfo>(); /// <summary> /// /// </summary> void TestLoad() { - list.Add(new HelpURLInfo() + list.Add(new APPFunctionURLInfo() { Title = "HDL ON PRO 1.0.10 涓昏鏇存柊", CreateTime = "11鏈�26", Url = Constant.URL_PRIVACYPOLICY, }); - list.Add(new HelpURLInfo() + list.Add(new APPFunctionURLInfo() { Title = "HDL ON PRO 1.0.09 涓昏鏇存柊", CreateTime = "10鏈�26", Url = Constant.URL_PRIVACYPOLICY, }); - list.Add(new HelpURLInfo() + list.Add(new APPFunctionURLInfo() { Title = "HDL ON PRO 1.0.08 涓昏鏇存柊", CreateTime = "09鏈�26", @@ -162,10 +162,10 @@ /// <summary> - /// 甯姪缃戦〉鍦板潃 + /// 鍔熻兘浠嬬粛缃戦〉淇℃伅 /// </summary> [System.Serializable] - public class HelpURLInfo + public class APPFunctionURLInfo { /// <summary> /// -- Gitblit v1.8.0