| | |
| | | public void MusicView(FileListInfo fileListInfo) |
| | | { |
| | | middViewLayout.RemoveAll(); |
| | | // A31SongPlay.SongListView(middViewLayout,fileListInfo.ListName, fileListInfo.MusicInfoList); |
| | | // A31SongPlay.SongListView(middViewLayout,fileListInfo.ListName, fileListInfo.MusicInfoList); |
| | | } |
| | | /// <summary> |
| | | /// 定时更新当前播放音乐 |
| | | /// </summary> |
| | | public void UpdateSelectedMusic() |
| | | { |
| | | UpdateThread.updateCurrMusicThread(this, middViewLayout, A31MusicModel.Current); |
| | | UpdateThread.updateCurrMusicThread(this, middViewLayout, A31MusicModel.Current); |
| | | } |
| | | |
| | | |
| | | |
| | | } |
| | | } |