C# Class BalloonsPop.Core.Commands.CompositeCommand

Inheritance: ICommand
Afficher le fichier Open project: Baloons-Pop-4/Main

Méthodes publiques

Méthode Description
Execute ( IContext context ) : void

Méthodes protégées

Méthode Description
CompositeCommand ( ) : System

Initializes a new instance of the CompositeCommand class.

Method Details

CompositeCommand() protected méthode

Initializes a new instance of the CompositeCommand class.
protected CompositeCommand ( ) : System
Résultat System

Execute() public méthode

public Execute ( IContext context ) : void
context IContext
Résultat void