C# Class BalloonsPop.Highscore.HighscoreModule

A Ninject module to load high score
Inheritance: Ninject.Modules.NinjectModule
显示文件 Open project: Baloons-Pop-4/Main

Public Methods

Method Description
HighscoreModule ( IKernel bindingKernel ) : System

Initializes a new instance of the HighscoreModule class.

Load ( ) : void

Binds the concrete instances to the kernel.

Method Details

HighscoreModule() public method

Initializes a new instance of the HighscoreModule class.
public HighscoreModule ( IKernel bindingKernel ) : System
bindingKernel IKernel The kernel to be used for binding.
return System

Load() public method

Binds the concrete instances to the kernel.
public Load ( ) : void
return void