private void buttonSimulation_Click(object sender, EventArgs e) { SelectBike f = new SelectBike("simulation",this); f.Show(); }
private void buttonSimulation_Click(object sender, EventArgs e) { SelectBike f = new SelectBike("simulation", this); f.Show(); }
private void buttonMultiCalculation_Click(object sender, EventArgs e) { SelectBike f = new SelectBike("multicalculation1",this); f.Show(); }
private void buttonMultiCalculation_Click(object sender, EventArgs e) { SelectBike f = new SelectBike("multicalculation1", this); f.Show(); }