示例#1
0
 public AbstractBaseFurniture(Box plot, Box[] legs)
 {
     this.plot = plot;
     this.legs = legs;
 }