初始化
This commit is contained in:
7
BLV_Studio/ModelGrid/Command/GridCommand.vb
Normal file
7
BLV_Studio/ModelGrid/Command/GridCommand.vb
Normal file
@@ -0,0 +1,7 @@
|
||||
Public MustInherit Class GridCommand
|
||||
Implements ICommand
|
||||
|
||||
Public MustOverride Sub Redo() Implements ICommand.Redo
|
||||
|
||||
Public MustOverride Sub Undo() Implements ICommand.Undo
|
||||
End Class
|
||||
1291
BLV_Studio/ModelGrid/Command/MoveUpCommand.vb
Normal file
1291
BLV_Studio/ModelGrid/Command/MoveUpCommand.vb
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user