예제 #1
0
파일: Stand.cs 프로젝트: Neroz1x/GSU.Museum
 public Stand()
 {
     Photo    = new PhotoInfo();
     Exhibits = new List <Exhibit>();
 }
예제 #2
0
 public Hall()
 {
     Photo  = new PhotoInfo();
     Stands = new List <Stand>();
 }