C# Class Zetbox.Client.WPF.StartupScreen.ExitCommandImpl

Inheritance: ICommand
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Méthodes protégées

Méthode Description
OnCanExecuteChanged ( ) : void

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

OnCanExecuteChanged() protected méthode

protected OnCanExecuteChanged ( ) : void
Résultat void