コード例 #1
0
 static LocationModel()
 {
     Civic       civ = new Civic();
     Residential res = new Residential();
     Commercial  com = new Commercial();
 }
コード例 #2
0
ファイル: Residential.cs プロジェクト: arpond/longRoadHome
 static Residential()
 {
     Residential.RegisterSublocation();
 }