From 80e4fc87ee91231d1b452c845ff8a57727d4dc44 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 14 一月 2022 13:10:28 +0800 Subject: [PATCH] 2021-1-14-1 --- HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs | 18 ++---------------- 1 files changed, 2 insertions(+), 16 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs index 16da59d..92009db 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs @@ -13,7 +13,7 @@ static readonly string a31MusiceModeListFilePath = "A31MusiceModeListFilePath"; static A31MusicModel() { - Refresh(); + //Refresh(); } @@ -78,12 +78,6 @@ public bool IsCanShow = true; /// <summary> - /// 鏄惁鍦ㄧ嚎锛屽鏋滃湪绾垮氨鍏佽璇诲彇淇℃伅 - /// </summary> - public bool IsOnLine = true; - - - /// <summary> /// 鍒楄〃 /// </summary> public List<PalyList> palyLists = new List<PalyList>(); @@ -92,11 +86,6 @@ /// 鍠滅埍闊充箰鍒楄〃 /// </summary> public List<Songs> LoveMusicInfoList = new List<Songs>(); - - /// <summary> - /// DLNA鎵�鏈夊垪琛� - /// </summary> - public List<Songs> dlnaMusicInfoLists = new List<Songs>(); /// <summary> ///鍒涘缓闊充箰鏂囦欢鍒楄〃 @@ -122,10 +111,7 @@ } return list.songs; } - /// <summary> - /// 璁板綍涓绘挱鏀惧櫒鏄惁琚敹钘�(绉�妗″畾涔夌殑) - /// </summary> - public bool MainPlayCollection = false; + public Slaves Slave = new Slaves(); /// <summary> -- Gitblit v1.8.0