C# 클래스 BalloonsPop.SoundPlayer.SoundsModule

Provides binding for the exports of the SoundPlayer project on the provided kernel.
상속: Ninject.Modules.NinjectModule
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
Load ( ) : void

Binds the exports to the module kernel.

SoundsModule ( IKernel kernel ) : BalloonsPop.Common.Contracts

Initializes a new instance of the SoundsModule class.

메소드 상세

Load() 공개 메소드

Binds the exports to the module kernel.
public Load ( ) : void
리턴 void

SoundsModule() 공개 메소드

Initializes a new instance of the SoundsModule class.
public SoundsModule ( IKernel kernel ) : BalloonsPop.Common.Contracts
kernel IKernel
리턴 BalloonsPop.Common.Contracts