From 4e6dfedede622d018b0aec0fb85c130d47cf45ba Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 25 十一月 2020 16:14:39 +0800
Subject: [PATCH] 2020-11-25 1.增加服务器信息、关于ON、功能介绍、投诉、检测更新。

---
 HDL_ON/UI/UI0-Public/Widget/ListCellView.cs |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI0-Public/Widget/ListCellView.cs b/HDL_ON/UI/UI0-Public/Widget/ListCellView.cs
index 971ab31..0a87cc1 100644
--- a/HDL_ON/UI/UI0-Public/Widget/ListCellView.cs
+++ b/HDL_ON/UI/UI0-Public/Widget/ListCellView.cs
@@ -4,6 +4,10 @@
 
 namespace HDL_ON.UI
 {
+    /// <summary>
+    /// 閫氱敤ListCellView
+    /// 鏀寔瀹氫箟 涓绘爣棰樸�佸壇鏍囬銆乬o鍥炬爣銆佷笅鍒掔嚎銆佺偣鍑讳簨浠�
+    /// </summary>
     public class ListCellView : FrameLayout
     {
         /// <summary>
@@ -18,6 +22,10 @@
         /// 绠ご鍥炬爣
         /// </summary>
         public Button btnImage;
+        /// <summary>
+        /// 
+        /// </summary>
+        public LineView lineView;
 
         /// <summary>
         /// 
@@ -115,7 +123,7 @@
                 this.AddChidren(btnImage);
             }
 
-            var lineView = new LineView();
+            lineView = new LineView();
             this.AddChidren(lineView);
             lineView.Y = this.Height - lineView.Height;
 

--
Gitblit v1.8.0