コード例 #1
0
ファイル: CD.cs プロジェクト: mataguir/Herencia
 public void AgregarCD(CD cd)
 {
     listaCD.Add(cd);
 }