FormFlowsheetAddUndoRedoAction Method

Captures a full snapshot of the current flowsheet state and pushes it onto the undo stack; clears the redo stack.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void AddUndoRedoAction(
	IUndoRedoAction act
)

Parameters

act  IUndoRedoAction
The undo/redo action descriptor (used for labelling; content is not stored).

Implements

IFlowsheetAddUndoRedoAction(IUndoRedoAction)

See Also