ShiftOS/ShiftOS/undo.vb
2015-03-08 09:18:40 -07:00

6 lines
121 B
VB.net

Public Class undo
Public undoStack As New Stack(Of Image)
Public redoStack As New Stack(Of Image)
End Class