private void becomeRunner_Click(object sender, EventArgs e) { runnerRegistration registration = new runnerRegistration(); this.Hide(); registration.Show(); }
private void goToBack(object sender, EventArgs e) { runnerRegistration runnerRegistration = new runnerRegistration(); this.Close(); runnerRegistration.Show(); }