C# 클래스 ModularityWithNinject.Desktop.ModuleA

A module for the quickstart.
상속: IModule
파일 보기 프로젝트 열기: PrismLibrary/Prism-Samples-Wpf

공개 메소드들

메소드 설명
Initialize ( ) : void

Notifies the module that it has be initialized.

ModuleA ( ILoggerFacade logger, IModuleTracker moduleTracker ) : System

Initializes a new instance of the ModuleA class.

메소드 상세

Initialize() 공개 메소드

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

ModuleA() 공개 메소드

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