コード例 #1
0
 public void PrintComponent(IProductComponent component)
 {
     component.Print();
 }
コード例 #2
0
 public void PrintFullInventory()
 {
     _fullInventory.Print();
 }