Ejemplo n.º 1
0
 public void PushRedo(IHistorySharp history)
 {
     RedoCollection.Add(history);
 }
Ejemplo n.º 2
0
 public void PushHistory(IHistorySharp history)
 {
     HistoryCollection.Add(history);
 }