Ejemplo n.º 1
0
        private void button6_Click(object sender, EventArgs e)
        {
            this.Hide();
            Location_and_Statistics s = new Location_and_Statistics();

            s.Show();
        }
Ejemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Location_and_Statistics newForm = new Location_and_Statistics();

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