C# 클래스 BalloonsPop.Highscore.HighscoreModule

A Ninject module to load high score
상속: Ninject.Modules.NinjectModule
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
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