コード例 #1
0
 public IProductCloth CreateProductCloth()
 {
     cloth = new Pants();
     return cloth;
 }
コード例 #2
0
 public IProductCloth CreateProductCloth()
 {
     cloth = new TShirt();
     return cloth;
 }