BalloonsPop.GraphicUserInterface.UserCommandArgs.UserCommandArgs C# (CSharp) Méthode

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