示例#1
0
文件: Chef.cs 项目: EmilPopov/C-Sharp
 private void Cut(Vegetable vegetable)
 {
     vegetable.Cut();
 }