예제 #1
0
 // 组装电脑
 public void Construct(Builder builder)
 {
     builder.BuildPartCPU();
     builder.BuildPartMainBoard();
 }