wei
2020-12-12 9ed4d6675aa1f0abe20e3f84e92f5ac2da8ab4f4
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) =>
            {