コード例 #1
0
 public Songs()
 {
     AuthorsData = new Authors();
 }
コード例 #2
0
 public ProgramDetails()
 {
     SongsData   = new Songs();
     AuthorsData = new Authors();
 }