C# Class BalloonsPop.GraphicUserInterface.Commands.WpfCommandModule

Extends the core CommandModule and exports a module consisting of core commands and additional commands defined by the wpf application.
Inheritance: CommandModule
Datei anzeigen Open project: Baloons-Pop-4/Main

Public Methods

Method Description
Load ( ) : void

Provides loading for the wpf module exports.

WpfCommandModule ( IKernel kernel ) : System

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

Method Details

Load() public method

Provides loading for the wpf module exports.
public Load ( ) : void
return void

WpfCommandModule() public method

Initializes a new instance of the WpfCommandModule class through injection with the provided kernel.
public WpfCommandModule ( IKernel kernel ) : System
kernel IKernel The kernel which the current instance of the module will use for binding.
return System