Ejemplo n.º 1
0
        private void button8_Click(object sender, EventArgs e)
        {
            goal g = new goal();

            this.Hide();
            g.Show();
        }
Ejemplo n.º 2
0
        private void button1_Click_2(object sender, EventArgs e)
        {
            goal gl = new goal();

            gl.Show();
            this.Hide();
        }