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
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
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