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