C# Class BalloonsPop.GraphicUserInterface.WpfBundle

A class that inherits CoreBundle and is initialized with injection via ninject and wraps the exports of the wpf project.
Inheritance: BalloonsPop.Bundling.CoreBundle
Datei anzeigen Open project: Baloons-Pop-4/Main Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
WpfBundle ( IKernel kernel ) : BalloonsPop.Bundling

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

Method Details

WpfBundle() public method

Initializes a new instance of the WpfBundle class through injection with the provided kernel.
public WpfBundle ( IKernel kernel ) : BalloonsPop.Bundling
kernel IKernel
return BalloonsPop.Bundling