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