mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-02-02 13:57:34 +00:00
cf1bf85e01
Very, very incomplete (C# isn't *remotely* complete.)
6 lines
121 B
VB.net
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
|