C# Class BlueSky.Commands.File.FileNewCommand

Inheritance: BSkyCommandBase
Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Méthodes publiques

Méthode Description
NewFileOpen ( string filename ) : void

Méthodes protégées

Méthode Description
OnExecute ( object param ) : void
OnPostExecute ( object param ) : void
OnPreExecute ( object param ) : void

Method Details

NewFileOpen() public méthode

public NewFileOpen ( string filename ) : void
filename string
Résultat void

OnExecute() protected méthode

protected OnExecute ( object param ) : void
param object
Résultat void

OnPostExecute() protected méthode

protected OnPostExecute ( object param ) : void
param object
Résultat void

OnPreExecute() protected méthode

protected OnPreExecute ( object param ) : void
param object
Résultat void