C# Class GraphicEditor.Model.Commands.ResizeCommand

Inheritance: ICommand
显示文件 Open project: msCube/Gallery

Public Methods

Method Description
Execute ( ) : void
Unexecute ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

Unexecute() public method

public Unexecute ( ) : void
return void