コード例 #1
0
 public void AddCD(CD cd)
 {
     _CD.Add(cd);
 }
コード例 #2
0
 public static List <CD> GetAllCdList()
 {
     return(CD.GetAllCds());
 }