Esempio n. 1
0
File: Form1.cs Progetto: rNdm74/C-
        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();
        }