From ea285ffe71284f5499e870f89c65b710d2d6a79c Mon Sep 17 00:00:00 2001
From: lss <lsc@hdlchina.com.cn>
Date: 星期一, 27 六月 2022 10:54:32 +0800
Subject: [PATCH] Merge branch 'wxr0114' of http://59.41.255.150:6688/r/~wxr/OnPro into wxr0114

---
 HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs |   20 +++-----------------
 1 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs
index 16da59d..40ee2ef 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();
         }
 
      
@@ -53,7 +53,7 @@
      
         /// <summary>
         /// 涓婁竴娆℃洿鏂扮殑鏃堕棿
-        /// 璁板綍鏁版嵁鍙嶉鐨勬椂闂�(鍥犱负鏈夋椂闂寸綉缁滃樊鏁版嵁涓嶅洖澶嶏紝瀵艰嚧鍒锋柊褰撳墠鎾斁闊充箰鏃堕棿涓嶆纭�)
+        /// 璁板綍鏁版嵁鍙嶉鐨勬椂闂�(鍥犱负鏈夋椂鍊欑綉缁滃樊鏁版嵁涓嶅洖澶嶏紝瀵艰嚧鍒锋柊褰撳墠鎾斁闊充箰鏃堕棿涓嶆纭�)
         /// ((褰撳墠鏃堕棿)DateTime.Now - (璁板綍鏃堕棿)LastDateTimeLastDateTime).TotalSeconds=璇樊鏃堕棿(绉�)
         /// </summary>
         public DateTime LastDateTime;
@@ -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