コード例 #1
0
 public Computer2Builder()
 {
     computer2 = new Computer_Product("Second Computer");
 }
コード例 #2
0
 public Computer1Builder()
 {
     computer1 = new Computer_Product("First Computer");
 }
コード例 #3
0
 public Computer3Builder()
 {
     computer3 = new Computer_Product("Third Computer");
 }