mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-02-03 06:07:35 +00:00
7 lines
121 B
VB.net
7 lines
121 B
VB.net
|
Public Class undo
|
|||
|
|
|||
|
Public undoStack As New Stack(Of Image)
|
|||
|
Public redoStack As New Stack(Of Image)
|
|||
|
|
|||
|
End Class
|