C# Class BalloonsPop.GraphicUserInterface.Commands.WpfExitCommand

Implements the ICommand interface and provides exit functionality for a wpf application that can be called on by the engine.
Inheritance: BalloonsPop.Core.Commands.CompositeCommand
Afficher le fichier Open project: Baloons-Pop-4/Main

Méthodes publiques

Méthode Description
Execute ( IContext context ) : void

Executes the exit command in a provided context.

WpfExitCommand ( ) : System.Windows

Initializes a new instance of the WpfExitCommand class.

Method Details

Execute() public méthode

Executes the exit command in a provided context.
public Execute ( IContext context ) : void
context IContext The execution context for the command.
Résultat void

WpfExitCommand() public méthode

Initializes a new instance of the WpfExitCommand class.
public WpfExitCommand ( ) : System.Windows
Résultat System.Windows