C# Class Patterns.Command

Show file Open project: ycarowr/SimpleCardGame

Public Methods

Method Description
Execute ( ) : void
Undo ( ) : void

Method Details

Execute() public abstract method

public abstract Execute ( ) : void
return void

Undo() public abstract method

public abstract Undo ( ) : void
return void