wxr
2023-02-17 f54701fe50ec54d444ff0630a60522142493c2ac
HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs
@@ -79,6 +79,7 @@
       
        public void Show()
        {
            #region 界面布局
            this.BackgroundColor = MusicColor.ViewColor;
            var topView = new TopView();
@@ -429,6 +430,8 @@
                catch { }
            });
        }
    }
}