C# Class GraphicEditor.Model.Commands.DeleteCommand

Inheritance: ICommand
Mostrar archivo Open project: msCube/Gallery

Public Methods

Method Description
DeleteCommand ( UIElement uiElement, System.Windows.Controls.Canvas container ) : System.Windows
Execute ( ) : void
Unexecute ( ) : void

Method Details

DeleteCommand() public method

public DeleteCommand ( UIElement uiElement, System.Windows.Controls.Canvas container ) : System.Windows
uiElement UIElement
container System.Windows.Controls.Canvas
return System.Windows

Execute() public method

public Execute ( ) : void
return void

Unexecute() public method

public Unexecute ( ) : void
return void