C# Class Protogame.ProtogameGAAnalyticsIoCModule

Inheritance: IProtoinjectModule
Show file Open project: RedpointGames/Protogame

Public Methods

Method Description
Load ( IKernel kernel ) : void

An internal method called by the Protoinject module system. Use kernel.Load<Protogame2DIoCModule> to load this module.

Method Details

Load() public method

An internal method called by the Protoinject module system. Use kernel.Load<Protogame2DIoCModule> to load this module.
public Load ( IKernel kernel ) : void
kernel IKernel
return void