Example #1
0
 public void BuildParts()
 {
     _product.AddComponents(new List <IComponent> {
         new ConcreteComponent1("A"), new ConcreteComponent2("B"), new ConcreteComponent2("C")
     });
 }