C# Class MonoHotDraw.Commands.RedoCommand

Inheritance: MonoHotDraw.Commands.AbstractCommand
Exibir arquivo Open project: mono/monohotdraw Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
RedoCommand ( string name, IDrawingEditor editor ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

RedoCommand() public method

public RedoCommand ( string name, IDrawingEditor editor ) : System
name string
editor IDrawingEditor
return System