'Declaration
Public Overridable Sub DumpToListBoxes( _ ByVal undoList As System.Windows.Forms.ListBox, _ ByVal redoList As System.Windows.Forms.ListBox _ )
'Usage
Dim instance As NElementHistoryService Dim undoList As System.Windows.Forms.ListBox Dim redoList As System.Windows.Forms.ListBox instance.DumpToListBoxes(undoList, redoList)
Parameters
- undoList
- redoList