C# Class BlueSky.Commands.File.FileNewCommand

Inheritance: BSkyCommandBase
Mostrar archivo Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Public Methods

Method Description
NewFileOpen ( string filename ) : void

Protected Methods

Method Description
OnExecute ( object param ) : void
OnPostExecute ( object param ) : void
OnPreExecute ( object param ) : void

Method Details

NewFileOpen() public method

public NewFileOpen ( string filename ) : void
filename string
return void

OnExecute() protected method

protected OnExecute ( object param ) : void
param object
return void

OnPostExecute() protected method

protected OnPostExecute ( object param ) : void
param object
return void

OnPreExecute() protected method

protected OnPreExecute ( object param ) : void
param object
return void