C# Class ModularityWithNinject.Desktop.ModuleF

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.

ModuleF ( IModuleTracker moduleTracker ) : System

Initializes a new instance of the ModuleF class.

Method Details

Initialize() public méthode

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

ModuleF() public méthode

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