private void button3_Click(object sender, EventArgs e) { Form1.ActiveForm.Hide(); Form Information = new MoreInformation.Information(); Information.Show(); }
private void button1_Click(object sender, EventArgs e) { Close(); Information information = new Information(); information.Show(); }
private void button1_Click(object sender, EventArgs e) { PreviousRaceResults.ActiveForm.Hide(); Information information = new Information(); information.Show(); }