C# 클래스 Batman.Core.Bootstrapper.Modules.ManagersModule

Module for registering various object/class managers
상속: IModule
파일 보기 프로젝트 열기: JaCraig/Batman

공개 메소드들

메소드 설명
Load ( IBootstrapper Bootstrapper ) : void

Loads the module using the bootstrapper

메소드 상세

Load() 공개 메소드

Loads the module using the bootstrapper
public Load ( IBootstrapper Bootstrapper ) : void
Bootstrapper IBootstrapper Bootstrapper used to register various objects
리턴 void