Example #1
0
 public override void Init(DriverType type)
 {
     base.Init(type);
     homePageServices  = new HomePageWCServices(Manager);
     dimensionServices = new DimensionWCServices(Manager);
     shapeServices     = new ShapeRoomWCServices(Manager);
     roomViewServices  = new Room3DWCServices(Manager);
 }
Example #2
0
 public override void Init(DriverType type)
 {
     base.Init(type);
     groupOptionServices   = new GroupOptionWCServices(Manager);
     leftPanelServices     = new LeftTableStepTwoWCServices(Manager);
     canvasServices        = new CanvasWCServices(Manager);
     activeElementServices = new ActiveElementFormWCServices(Manager);
     colorPickerServices   = new ColorPickerServies(Manager);
     homeServices          = new HomePageWCServices(Manager);
     shapeRoomServices     = new ShapeRoomWCServices(Manager);
 }
Example #3
0
 public StepOneFacade(DimensionWCServices pageModel, ShapeRoomWCServices shapeModel, Room3DWCServices roomModel)
 {
     _dimensions = pageModel;
     _shapes     = shapeModel;
     _roomView   = roomModel;
 }