示例#1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Form1.ActiveForm.Hide();
            Form Information = new MoreInformation.Information();

            Information.Show();
        }