BalloonsPop.Commands.ExitCommand.ExitCommand C# (CSharp) Method

ExitCommand() public method

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