mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-04-19 17:30:24 +00:00
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
|