C# 클래스 BalloonsPop.Saver.SaverModule

This class inherits the NinjectModule class and provides loading with a provided kernel for the exports of the saver project.
상속: Ninject.Modules.NinjectModule
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
Load ( ) : void

This overload of the method Load provides binding for the project exports.

SaverModule ( IKernel kernel ) : BalloonsPop.Common.Contracts

Initializes a new instance of the SaverModule class which accepts a kernel that it later uses to bind exports.

메소드 상세

Load() 공개 메소드

This overload of the method Load provides binding for the project exports.
public Load ( ) : void
리턴 void

SaverModule() 공개 메소드

Initializes a new instance of the SaverModule class which accepts a kernel that it later uses to bind exports.
public SaverModule ( IKernel kernel ) : BalloonsPop.Common.Contracts
kernel IKernel The kernel to which the AppKernel property will be set.
리턴 BalloonsPop.Common.Contracts