Ejemplo n.º 1
0
        private void button4_Click(object sender, EventArgs e)
        {
            this.Hide();
            Form8 f1 = new Form8();

            f1.Activate();
            f1.Show();
        }