コード例 #1
0
 private AlbumManager()
 {
     _album = new PhotoAlbum();
 }
コード例 #2
0
 public AlbumManager()
 {
     _album = new PhotoAlbum();
 }