HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
@@ -89,7 +89,7 @@ EventHandler<MouseEventArgs> DownClick = (sender, e) => { //按下去改变背景颜色 //this.BackgroundColor = 0xff454635; //this.BackgroundColor = AksCommonMethod.seleBackgroundColor; action?.Invoke(this); }; this.MouseUpEventHandler += DownClick;