示例#1
0
文件: CD.cs 项目: mataguir/Herencia
 public void AgregarCD(CD cd)
 {
     listaCD.Add(cd);
 }