Files
Desktop_BLVStudio_EN/BLV_Studio/ModelGrid/Command/GridCommand.vb

8 lines
196 B
VB.net
Raw Normal View History

2025-12-11 14:22:51 +08:00
Public MustInherit Class GridCommand
Implements ICommand
Public MustOverride Sub Redo() Implements ICommand.Redo
Public MustOverride Sub Undo() Implements ICommand.Undo
End Class