예제 #1
0
 public void Show()
 {
     Title.Show();
     Content.Show();
     Author.Show();
 }
예제 #2
0
 public Book()
 {
     Author  = new Author();
     Content = new Content();
     Title   = new Title();
 }