| | |
| | | /// 加载区域选择RowView |
| | | /// </summary> |
| | | /// <param name="VerticalScrolViewMiddle"></param> |
| | | void AddRowView(VerticalScrolViewLayout VerticalScrolViewMiddle, HelpURLInfo functionInfo) |
| | | void AddRowView(VerticalScrolViewLayout VerticalScrolViewMiddle, APPFunctionURLInfo functionInfo) |
| | | { |
| | | var rowView = new FrameLayout() |
| | | { |
| | |
| | | } |
| | | |
| | | #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", |
| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 帮助网页地址 |
| | | /// 功能介绍网页信息 |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class HelpURLInfo |
| | | public class APPFunctionURLInfo |
| | | { |
| | | /// <summary> |
| | | /// |