Example #1
0
 private void buttonSimulation_Click(object sender, EventArgs e)
 {
     SelectBike f = new SelectBike("simulation",this);
     f.Show();
 }
Example #2
0
        private void buttonSimulation_Click(object sender, EventArgs e)
        {
            SelectBike f = new SelectBike("simulation", this);

            f.Show();
        }
Example #3
0
 private void buttonMultiCalculation_Click(object sender, EventArgs e)
 {
     SelectBike f = new SelectBike("multicalculation1",this);
     f.Show();
 }
Example #4
0
        private void buttonMultiCalculation_Click(object sender, EventArgs e)
        {
            SelectBike f = new SelectBike("multicalculation1", this);

            f.Show();
        }