wjc
2023-08-03 72c7bdb62b203eeb6a590e96bf25a4e186bd45cd
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
@@ -68,7 +68,7 @@
        {
            EventHandler<MouseEventArgs> UpClick = (sender, e) =>
            {
                this.BackgroundColor = 0x00000000;
                //this.BackgroundColor = 0x00000000;
                //弹起来还原背景颜色
            };
@@ -90,7 +90,7 @@
            EventHandler<MouseEventArgs> DownClick = (sender, e) =>
            {
                //按下去改变背景颜色
                this.BackgroundColor = 0xff454635;
                //this.BackgroundColor = 0xff454635;
                action?.Invoke(this);
            };
            this.MouseUpEventHandler += DownClick;