C# Class BalloonsPop.GraphicUserInterface.WpfModule

This class inherits the NinjectModule class and provides loading with a provided kernel for the exports of the wpf 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.

WpfModule ( IKernel kernel ) : BalloonsPop.Common.Contracts

Initializes a new instance of the WpfModule class. It accepts a kernel which is used 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

WpfModule() public method

Initializes a new instance of the WpfModule class. It accepts a kernel which is used to bind exports.
public WpfModule ( IKernel kernel ) : BalloonsPop.Common.Contracts
kernel IKernel The kernel to which the AppKernel property will be set.
return BalloonsPop.Common.Contracts