HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs
@@ -7,7 +7,7 @@ { private uint UpBackgroundColor = MusicColor.ViewColor; private uint DownBackgroundColor = 0xFFEFEFEF; private uint DownBackgroundColor = AksCommonMethod.seleBackgroundColor; /// <summary> /// 多个类型容器 @@ -176,7 +176,7 @@ EventHandler<MouseEventArgs> DownClick = (sender, e) => { //按下去改变背景颜色 //rightFramLayout.BackgroundColor = this.DownBackgroundColor; //rightFramLayout.BackgroundColor =AksCommonMethod.seleBackgroundColor; action?.Invoke(rightFramLayout); }; rightFramLayout.MouseDownEventHandler += DownClick;