C# Класс BalloonsPop.SoundPlayer.SoundsModule

Provides binding for the exports of the SoundPlayer project on the provided kernel.
Наследование: Ninject.Modules.NinjectModule
Показать файл Открыть проект

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

Метод Описание
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