public bool Execute()
 {
     return(_garden.Remove(_plant));
 }
예제 #2
0
 public void Undo()
 {
     _garden.Remove(_plant);
 }