C# Class ModularityWithNinject.Desktop.ModuleB

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.

ModuleB ( IModuleTracker moduleTracker ) : System

Initializes a new instance of the ModuleB class.

Method Details

Initialize() public méthode

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

ModuleB() public méthode

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