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

BalloonsView() public method

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