ShiftOS-Rewind/ShiftOS/undo.vb
FloppyDiskDrive cf1bf85e01 Added the SOS code (VB and C#)
Very, very incomplete (C# isn't *remotely* complete.)
2017-09-21 17:16:49 -05: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