From 5544347e0f2d5b4f3be5e63b728258e8f567cc83 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 11 四月 2024 11:37:12 +0800 Subject: [PATCH] V2版本功能完成 --- HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs | 34 ---------------------------------- 1 files changed, 0 insertions(+), 34 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs index d6f7783..8036d1e 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs @@ -239,40 +239,6 @@ } } - //#region 娴嬭瘯 - //List<APPFunctionURLInfo> list = new List<APPFunctionURLInfo>(); - ///// <summary> - ///// - ///// </summary> - //void TestLoad() - //{ - // list.Add(new APPFunctionURLInfo() - // { - // Title = "HDL ON PRO 1.0.10 涓昏鏇存柊", - // CreateTime = "11鏈�26", - // Url = Constant.URL_PRIVACYPOLICY, - // }); - - // list.Add(new APPFunctionURLInfo() - // { - // Title = "HDL ON PRO 1.0.09 涓昏鏇存柊", - // CreateTime = "10鏈�26", - // Url = Constant.URL_PRIVACYPOLICY, - // }); - - // list.Add(new APPFunctionURLInfo() - // { - // Title = "HDL ON PRO 1.0.08 涓昏鏇存柊", - // CreateTime = "09鏈�26", - // Url = Constant.URL_PRIVACYPOLICY, - // }); - - // foreach (var info in list) - // { - // AddRowView(bodyScrolView, info); - // } - //} - //#endregion } -- Gitblit v1.8.0