예제 #1
0
 public void ShowAll()
 {
     author.Show();
     title.Show();
     content.Show();
 }
예제 #2
0
 public void ShowBook()
 {
     TmpTitle.Show();
     TmpAuthor.Show();
     TmpContent.Show();
 }
예제 #3
0
 /// <summary>
 /// it`s book.Show(Display title, author and content)
 /// </summary>
 public static void Show()
 {
     _title.Show();
     _author.Show();
     _content.Show();
 }
예제 #4
0
 public void Show()
 {
     t.Show();
     a.Show();
     c.Show();
 }
예제 #5
0
파일: Program.cs 프로젝트: dyrelena/Classes
 public void Show()
 {
     bookTitle.Show();
     bookAuthor.Show();
     bookContent.Show();
 }
예제 #6
0
 public void Show()
 {
     title.Show();
     aut.Show();
     content.Show();
 }