コード例 #1
0
ファイル: Pizza.cs プロジェクト: Lewis-Allen/Design-Patterns
 public void Trash()
 {
     Console.Write("You trash the pizza ");
     ingredient.OnTrash();
 }
コード例 #2
0
 public void Trash()
 {
     Console.Write("You trash the falafel ");
     ingredient.OnTrash();
 }