Пример #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Form1.ActiveForm.Hide();
            Form Information = new MoreInformation.Information();

            Information.Show();
        }
Пример #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Close();
            Information information = new Information();

            information.Show();
        }
Пример #3
0
        private void button1_Click(object sender, EventArgs e)
        {
            PreviousRaceResults.ActiveForm.Hide();
            Information information = new Information();

            information.Show();
        }