C# Class Treefrog.Plugins.Tiles.Commands.DeleteTileSelectionCommand

Inheritance: Treefrog.Presentation.Commands.Command
ファイルを表示 Open project: jaquadro/Treefrog

Public Methods

Method Description
DeleteTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
Execute ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

DeleteTileSelectionCommand() public method

public DeleteTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
selectLayer ITileSelectionLayer
return System.Collections.Generic

Execute() public method

public Execute ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void