C# Class BalloonsPop.Core.Commands.CompositeCommand

Inheritance: ICommand
Datei anzeigen Open project: Baloons-Pop-4/Main

Public Methods

Method Description
Execute ( IContext context ) : void

Protected Methods

Method Description
CompositeCommand ( ) : System

Initializes a new instance of the CompositeCommand class.

Method Details

CompositeCommand() protected method

Initializes a new instance of the CompositeCommand class.
protected CompositeCommand ( ) : System
return System

Execute() public method

public Execute ( IContext context ) : void
context IContext
return void