C# Класс BalloonsPop.Highscore.HighscoreModule

A Ninject module to load high score
Наследование: Ninject.Modules.NinjectModule
Показать файл Открыть проект

Открытые методы

Метод Описание
HighscoreModule ( IKernel bindingKernel ) : System

Initializes a new instance of the HighscoreModule class.

Load ( ) : void

Binds the concrete instances to the kernel.

Описание методов

HighscoreModule() публичный Метод

Initializes a new instance of the HighscoreModule class.
public HighscoreModule ( IKernel bindingKernel ) : System
bindingKernel IKernel The kernel to be used for binding.
Результат System

Load() публичный Метод

Binds the concrete instances to the kernel.
public Load ( ) : void
Результат void