From c06d8a0b3e3010a06e784ff2d078d4ef59a9ac66 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 18 十二月 2020 17:47:36 +0800 Subject: [PATCH] 2020-12-18 1.房间楼层控件封装FloorSelectPopupDialog、DiySelectPopupDialog --- 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 index 9f6526c..c0eccff 100644 --- 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