C# Класс BalloonsPop.GraphicUserInterface.Commands.WpfCommandModule

Extends the core CommandModule and exports a module consisting of core commands and additional commands defined by the wpf application.
Наследование: CommandModule
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Load() публичный Метод

Provides loading for the wpf module exports.
public Load ( ) : void
Результат void

WpfCommandModule() публичный Метод

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.
Результат System