HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ButtonFramLayout.cs
@@ -152,14 +152,11 @@ { EventHandler<MouseEventArgs> UpClick = (sender, e) => { this.BackgroundColor = 0x00000000; action?.Invoke(this, btnImage, btnName); this.BackgroundColor = 0x00000000; //弹起来还原背景颜色 }; btnImage.Tag = this.Tag; btnName.Tag = this.Tag; this.MouseUpEventHandler += UpClick; btnImage.MouseUpEventHandler += UpClick; btnName.MouseUpEventHandler += UpClick;