C# Class Oglr.Core.Command

Show file Open project: SteveDunn/oglr Class Usage Examples

Public Methods

Method Description
Command ( string description ) : System
Completed ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

Command() public method

public Command ( string description ) : System
description string
return System

Completed() public method

public Completed ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void