Example #1
0
 /// <summary>
 /// 构造方法
 /// </summary>
 public DownloadSong(string path)
 {
     client = new DoubanFMClient();
     Path = path;
     dic = new Dictionary<string, Song>();
     ID3Version = 2;
     Success = 0;
     Fail = 0;
     Exist = 0;
     downloadLrc = new QianQianLrc.DownloadLyrics();
 }
Example #2
0
 /// <summary>
 /// 构造方法
 /// </summary>
 public DownloadSong(string path)
 {
     client      = new DoubanFMClient();
     Path        = path;
     dic         = new Dictionary <string, Song>();
     ID3Version  = 2;
     Success     = 0;
     Fail        = 0;
     Exist       = 0;
     downloadLrc = new QianQianLrc.DownloadLyrics();
 }