コード例 #1
0
        private void becomeRunner_Click(object sender, EventArgs e)
        {
            runnerRegistration registration = new runnerRegistration();

            this.Hide();
            registration.Show();
        }
コード例 #2
0
        private void goToBack(object sender, EventArgs e)
        {
            runnerRegistration runnerRegistration = new runnerRegistration();

            this.Close();
            runnerRegistration.Show();
        }