From 792ca2a402feb952ef890d653f2e049c1230baf1 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期六, 19 十二月 2020 18:48:33 +0800 Subject: [PATCH] 1111 --- 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