Пример #1
0
 public void PlantAppleOrange()
 {
     apple.Plant();
     orange.Plant();
 }