Exemple #1
0
 static Civic()
 {
     Civic.RegisterSublocation();
 }
Exemple #2
0
 static LocationModel()
 {
     Civic       civ = new Civic();
     Residential res = new Residential();
     Commercial  com = new Commercial();
 }