private void button6_Click(object sender, EventArgs e) { this.Hide(); Location_and_Statistics s = new Location_and_Statistics(); s.Show(); }
private void button1_Click(object sender, EventArgs e) { Location_and_Statistics newForm = new Location_and_Statistics(); newForm.Show(); this.Hide(); }