From f16fd06aa226e9f97a27858624d4ea7cf8975d25 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 07 五月 2024 17:24:38 +0800 Subject: [PATCH] 增加了萤石摄像头 --- 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