C# Class GoF.Lexi.Application.Commands.ClickCommand

Inheritance: Command
Afficher le fichier Open project: TheoAndersen/GoF.Lexi Class Usage Examples

Méthodes publiques

Méthode Description
ClickCommand ( Window window ) : System
Execute ( ) : void
Unexecute ( ) : void

Method Details

ClickCommand() public méthode

public ClickCommand ( Window window ) : System
window GoF.Lexi.Application.GUI.Window
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void

Unexecute() public méthode

public Unexecute ( ) : void
Résultat void