diff options
Diffstat (limited to 'undo.vb')
| -rw-r--r-- | undo.vb | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +Public Class undo + + Public undoStack As New Stack(Of Image) + Public redoStack As New Stack(Of Image) + +End Class |
![]() |
index : shiftos.git | |
| The original source code of ShiftOS by Philip Adams & other contributors. | ShiftOS |
| aboutsummaryrefslogtreecommitdiff |