BalloonsPop.Commands.ExitCommand.ExitCommand C# (CSharp) Méthode

ExitCommand() public méthode

Initializes a new instance of the ExitCommand class.
public ExitCommand ( ) : System
Résultat System
        public ExitCommand()
            : base()
        {
            this.SubCommands.Add(new SaveHighscoreCommand());
        }