Esempio n. 1
0
 public Stand()
 {
     Photo    = new PhotoInfo();
     Exhibits = new List <Exhibit>();
 }
Esempio n. 2
0
 public Hall()
 {
     Photo  = new PhotoInfo();
     Stands = new List <Stand>();
 }