public void Undo()
 {
     _garden.Plant(_plant);
 }
Exemple #2
0
 public bool Execute()
 {
     return(_garden.Plant(_plant));
 }