Exemple #1
0
        private void bContinent_Click(object sender, EventArgs e)
        {
            // Get the button
            Button b = (Button)sender;

            // Update the formControlManager with the selectContinent
            formControlManager.update(b.Text);

            // Draw the animals to the screen
            formControlManager.draw();
        }