コード例 #1
0
ファイル: ArtistDetails.cs プロジェクト: mavenius/SubSonic8
 public ArtistDetails()
 {
     Images    = new List <Image>();
     Tags      = new TagList();
     Biography = new Biography();
     Band      = new Band();
 }
コード例 #2
0
 public void Setup()
 {
     _subject = new Biography();
 }