예제 #1
0
 public void Lisaa(CD CD)
 {
     album.Add(CD);
 }
예제 #2
0
 //methods
 public void Add(CD CD)
 {
     cds.Add(CD);
 }