Example #1
0
 public Client(Fabric fabric)
 {
     scooterWheel     = fabric.CreateWheel();
     scooterSticker   = fabric.CreateSticker();
     scooterBreak     = fabric.CreateBreak();
     scooterHandleBar = fabric.CreateHandleBar();
 }