C# Class BalloonsPop.SoundPlayer.SoundsModule

Provides binding for the exports of the SoundPlayer project on the provided kernel.
Inheritance: Ninject.Modules.NinjectModule
Datei anzeigen Open project: Baloons-Pop-4/Main

Public Methods

Method Description
Load ( ) : void

Binds the exports to the module kernel.

SoundsModule ( IKernel kernel ) : BalloonsPop.Common.Contracts

Initializes a new instance of the SoundsModule class.

Method Details

Load() public method

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

SoundsModule() public method

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