예제 #1
0
파일: CD.cs 프로젝트: noorajokinen/Demo05
 public void AddSongs(Songs songs)
 {
     cd.Add(songs);
 }