BalloonsPop.SoundPlayer.SoundsModule.SoundsModule C# (CSharp) Method

SoundsModule() public method

Initializes a new instance of the SoundsModule class.
public SoundsModule ( IKernel kernel ) : BalloonsPop.Common.Contracts
kernel IKernel
return BalloonsPop.Common.Contracts
        public SoundsModule(IKernel kernel)
        {
            this.AppKernel = kernel;
        }