コード例 #1
0
ファイル: Bowl.cs プロジェクト: EmilPopov/C-Sharp
 public void Add(Vegetable vegetable)
 {
     this.Ingredients.Add(vegetable);
 }