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