Form FlowsheetUndo Stack Field
Stack of serialized snapshots used to support undo operations.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public Stack<Tuple<SnapshotType, XDocument>> UndoStackVB
Public UndoStack As Stack(Of Tuple(Of SnapshotType, XDocument))