示例#1
0
文件: CD.cs 项目: noorajokinen/Demo05
 public void AddSongs(Songs songs)
 {
     cd.Add(songs);
 }