Exemplo n.º 1
0
 public void Execute()
 {
     if (history.Size() > 0)
     {
         history.Pop().Unexecute();
     }
 }