C# Class BalloonsPop.GraphicUserInterface.UserCommandArgs

Event arguments that encapsulate a command as a string.
Inheritance: System.EventArgs
Afficher le fichier Open project: Baloons-Pop-4/Main Class Usage Examples

Méthodes publiques

Méthode Description
UserCommandArgs ( string commandToPass ) : System

Initializes a new instance of the UserCommandArgs class from command string.

Method Details

UserCommandArgs() public méthode

Initializes a new instance of the UserCommandArgs class from command string.
public UserCommandArgs ( string commandToPass ) : System
commandToPass string The name of current command.
Résultat System