C# Class Batman.Core.Bootstrapper.Modules.ManagersModule

Module for registering various object/class managers
Inheritance: IModule
Datei anzeigen Open project: JaCraig/Batman

Public Methods

Method Description
Load ( IBootstrapper Bootstrapper ) : void

Loads the module using the bootstrapper

Method Details

Load() public method

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