Example #1
0
 private void btnNorthAmerica_Click(object sender, EventArgs e)
 {
     ClearControls();
     mainContinent = new NorthAmerica(listDisplay, rGen, NUM_NA_ANIMALS, mainCanvas);
     mainContinent.runSimulation();
 }
Example #2
0
 private void btnNewZealand_Click(object sender, EventArgs e)
 {
     ClearControls();
     mainContinent = new NewZealand(listDisplay, rGen, NUM_NZ_ANIMALS, mainCanvas);
     mainContinent.runSimulation();
 }
Example #3
0
 private void btnAustralia_Click(object sender, EventArgs e)
 {
     ClearControls();
     mainContinent = new Australia(listDisplay, rGen, NUM_AUS_ANIMALS, mainCanvas);
     mainContinent.runSimulation();
 }
Example #4
0
 private void btnNewZealand_Click(object sender, EventArgs e)
 {
     ClearControls();
     mainContinent = new NewZealand(listDisplay, rGen, NUM_NZ_ANIMALS, mainCanvas);
     mainContinent.runSimulation();
 }
Example #5
0
 private void btnAustralia_Click(object sender, EventArgs e)
 {
     ClearControls();
     mainContinent = new Australia(listDisplay, rGen, NUM_AUS_ANIMALS, mainCanvas);
     mainContinent.runSimulation();
 }
Example #6
0
 private void btnNorthAmerica_Click(object sender, EventArgs e)
 {
     ClearControls();
     mainContinent = new NorthAmerica(listDisplay, rGen, NUM_NA_ANIMALS, mainCanvas);
     mainContinent.runSimulation();
 }