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

BalloonsView() public méthode

Initializes a new instance of the BalloonsView class.
public BalloonsView ( ) : System
Résultat System
        public BalloonsView()
        {
            this.InitializeComponent();
            this.commandButtons = new Dictionary<string, Button>()
            {
                { ExitButtonKey, this.ExitBtn },
                { RestartButtonKey, this.StartBtn },
                { UndoButtonKey, this.UndoBtn }
            };
        }
BalloonsView