예제 #1
0
 public override void BuildPart2(MyBuilderProduct theProduct)
 {
     theProduct.AddPart("BBBBB2222222222222222222");
 }
예제 #2
0
 public override void BuildPart1(MyBuilderProduct theProduct)
 {
     theProduct.AddPart("BBBB11111111111111");
 }