Example #1
0
 private static void Main()
 {
     var buildingSystem = new BuildingSystem();
     buildingSystem.Create();
 }