Esempio n. 1
0
 public static void RegisterRedo(HistoryObject RedoStep, HistoryObject.HistoryParameter Params = null)
 {
     Current.AddToRedoHistory(RedoStep);
     Current.CurrentStage = Current.History.Count;
     RedoStep.Register(Params);
 }