コード例 #1
0
ファイル: CBook.cs プロジェクト: Dima160288/CS_Elementary_2
 public void Show()
 {
     author.Show();
     title.Show();
     content.Show();
 }