BalloonsPop.GraphicUserInterface.UserCommandArgs.UserCommandArgs C# (CSharp) Method

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
        public UserCommandArgs(string commandToPass)
        {
            this.commandToPass = commandToPass;
        }
UserCommandArgs