C# Class ModularityWithNinject.Desktop.ModuleE

Inheritance: IModule
Afficher le fichier Open project: PrismLibrary/Prism-Samples-Wpf

Méthodes publiques

Méthode Description
Initialize ( ) : void

Notifies the module that it has be initialized.

ModuleE ( IModuleTracker moduleTracker ) : System

Initializes a new instance of the ModuleE class.

Method Details

Initialize() public méthode

Notifies the module that it has be initialized.
public Initialize ( ) : void
Résultat void

ModuleE() public méthode

Initializes a new instance of the ModuleE class.
public ModuleE ( IModuleTracker moduleTracker ) : System
moduleTracker IModuleTracker The module tracker.
Résultat System