예제 #1
0
파일: CD.cs 프로젝트: mataguir/Herencia
 public void AgregarCD(CD cd)
 {
     listaCD.Add(cd);
 }