C# Class BalloonsPop.GraphicUserInterface.UserCommandArgs

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

Public Methods

Method Description
UserCommandArgs ( string commandToPass ) : System

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

Method Details

UserCommandArgs() public method

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