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