初始化项目
This commit is contained in:
11
BLV_Studio/Undo/ICommand.vb
Normal file
11
BLV_Studio/Undo/ICommand.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Public Interface ICommand
|
||||
''' <summary>
|
||||
''' 重做命令
|
||||
''' </summary>
|
||||
Sub Redo()
|
||||
|
||||
''' <summary>
|
||||
''' 撤销命令
|
||||
''' </summary>
|
||||
Sub Undo()
|
||||
End Interface
|
||||
Reference in New Issue
Block a user