예제 #1
0
파일: Chef.cs 프로젝트: EmilPopov/C-Sharp
 private void Cut(Vegetable vegetable)
 {
     vegetable.Cut();
 }