示例#1
0
 public Computer BuildComputer(IComputerBuilder b)
 {
     b.BuildComputer();
     b.BuildOS();
     return(b.GetProduct());
 }