C# Class ModularityWithNinject.Desktop.ModuleA

A module for the quickstart.
Inheritance: IModule
Exibir arquivo Open project: PrismLibrary/Prism-Samples-Wpf

Public Methods

Method Description
Initialize ( ) : void

Notifies the module that it has be initialized.

ModuleA ( ILoggerFacade logger, IModuleTracker moduleTracker ) : System

Initializes a new instance of the ModuleA class.

Method Details

Initialize() public method

Notifies the module that it has be initialized.
public Initialize ( ) : void
return void

ModuleA() public method

Initializes a new instance of the ModuleA class.
public ModuleA ( ILoggerFacade logger, IModuleTracker moduleTracker ) : System
logger ILoggerFacade The logger.
moduleTracker IModuleTracker The module tracker.
return System