mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 09:01:58 -05: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
|