mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-23 00:12:15 +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
|