Свойство | Тип | Описание | |
---|---|---|---|
currentAction | int | ||
stack | List |
Метод | Описание | |
---|---|---|
History ( ) : System.Collections.Generic | ||
Push ( HistoryAction action ) : void | ||
Redo ( ) : HistoryAction | ||
Undo ( ) : HistoryAction |
Метод | Описание | |
---|---|---|
UpdateHistoryForm ( ) : void |
public History ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Push ( HistoryAction action ) : void | ||
action | HistoryAction | |
Результат | void |