コード例 #1
0
 public void Undo()
 {
     _garden.Remove(_plant);
 }
コード例 #2
0
 public bool Execute()
 {
     return(_garden.Remove(_plant));
 }