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

Implements the ICommand interface and provides exit functionality for a wpf application that can be called on by the engine.
Наследование: BalloonsPop.Core.Commands.CompositeCommand
Показать файл Открыть проект

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

Метод Описание
Execute ( IContext context ) : void

Executes the exit command in a provided context.

WpfExitCommand ( ) : System.Windows

Initializes a new instance of the WpfExitCommand class.

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

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

Executes the exit command in a provided context.
public Execute ( IContext context ) : void
context IContext The execution context for the command.
Результат void

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

Initializes a new instance of the WpfExitCommand class.
public WpfExitCommand ( ) : System.Windows
Результат System.Windows