HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ButtonFramLayout.cs
@@ -171,7 +171,7 @@ EventHandler<MouseEventArgs> DownClick = (sender, e) => { //按下去改变背景颜色 this.BackgroundColor = 0xff454635; this.BackgroundColor = 0xFFEFEFEF; action?.Invoke(this, btnImage, btnName); }; this.MouseDownEventHandler += DownClick;