コード例 #1
0
ファイル: Creator.cs プロジェクト: Zanexess/DesignPatterns
 public void AnOperation()
 {
     product = FactoryMethod();
 }