Exemple #1
0
 public void Build(BuildMachine machine)
 {
     machine.BuildPartA();
     machine.BuildPartB();
     machine.BuildPartC();
 }