C# Class BalloonsPop.SoundPlayer.SoundsModule

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

Méthodes publiques

Méthode 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 méthode

Binds the exports to the module kernel.
public Load ( ) : void
Résultat void

SoundsModule() public méthode

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