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

Inheritance: Treefrog.Presentation.Commands.Command
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
DeleteTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
Execute ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

DeleteTileSelectionCommand() public méthode

public DeleteTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
selectLayer ITileSelectionLayer
Résultat System.Collections.Generic

Execute() public méthode

public Execute ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void