FormFlowsheetUndoStack Field

Stack of serialized snapshots used to support undo operations.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public Stack<Tuple<SnapshotType, XDocument>> UndoStack

Field Value

StackTupleSnapshotType, XDocument

See Also