C# Class ApProg.UserInterface.Shell.UiCommand

Inheritance: ICommand
Afficher le fichier Open project: JoKr2/ApProg

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
UiCommand ( Action action ) : System

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

UiCommand() public méthode

public UiCommand ( Action action ) : System
action Action
Résultat System