예제 #1
0
 public EventDay(string name)
 {
     BoothMap      = new BoothMap();
     Registrations = new List <Registration>();
     Name          = name;
 }
예제 #2
0
 public EventDay()
 {
     BoothMap      = new BoothMap();
     Registrations = new List <Registration>();
     Name          = "";
 }