111,120
社区成员
发帖
与我相关
我的任务
分享


class Sounds
{
public string Singer { get; set; }
public string SongName { get; set; }
public string Language { get; set; }
public string Type { get; set; }
public DateTime Time { get; set; }
public string FilePath { get; set; }
public string SongPinYIn { get; set; }
}
每添加一首都做持久化存储,选歌的时候再从数据库中选出对应的歌曲