wei
2020-11-27 e53a1951d6aa07ad22aad9816da4703496fcbccd
HDL_ON/UI/UI0-Public/Widget/ListCellView.cs
@@ -110,9 +110,8 @@
                this.AddChidren(BtnGo);
            }
            LineView = new LineView();
            LineView = new LineView(this.Height);
            this.AddChidren(LineView);
            LineView.Y = this.Height - LineView.Height;
            EventHandler<MouseEventArgs> eventHandler = (sender, e) =>
            {