C# Class BalloonsPop.LogicProvider.LogicModule

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

Public Methods

Method Description
Load ( ) : void

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

LogicModule ( IKernel bindingKernel ) : System

Initializes a new instance of the LogicModule class through injection with the provided kernel.

Method Details

Load() public method

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

LogicModule() public method

Initializes a new instance of the LogicModule class through injection with the provided kernel.
public LogicModule ( IKernel bindingKernel ) : System
bindingKernel IKernel
return System