C# Class BalloonsPop.Saver.SaverModule

This class inherits the NinjectModule class and provides loading with a provided kernel for the exports of the saver project.
Inheritance: Ninject.Modules.NinjectModule
Datei anzeigen Open project: Baloons-Pop-4/Main

Public Methods

Method Description
Load ( ) : void

This overload of the method Load provides binding for the project exports.

SaverModule ( IKernel kernel ) : BalloonsPop.Common.Contracts

Initializes a new instance of the SaverModule class which accepts a kernel that it later uses to bind exports.

Method Details

Load() public method

This overload of the method Load provides binding for the project exports.
public Load ( ) : void
return void

SaverModule() public method

Initializes a new instance of the SaverModule class which accepts a kernel that it later uses to bind exports.
public SaverModule ( IKernel kernel ) : BalloonsPop.Common.Contracts
kernel IKernel The kernel to which the AppKernel property will be set.
return BalloonsPop.Common.Contracts