コード例 #1
0
ファイル: Form1.cs プロジェクト: danillshir/WSkills
        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();
        }