示例#1
0
 public void Trash()
 {
     Console.Write("You trash the pizza ");
     ingredient.OnTrash();
 }
示例#2
0
 public void Trash()
 {
     Console.Write("You trash the falafel ");
     ingredient.OnTrash();
 }