C# Class STFUANDCODE.StfuAndRunCodeCommand

Inheritance: ICommand
Afficher le fichier Open project: jcbozonier/STFUANDCODE

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
StfuAndRunCodeCommand ( CodeModel model ) : 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

StfuAndRunCodeCommand() public méthode

public StfuAndRunCodeCommand ( CodeModel model ) : System
model CodeModel
Résultat System