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