Example #1
0
        private void btn_back_Click(object sender, EventArgs e)
        {
            var newProfile = new profile();

            newProfile.Show();
            isControlClosingForm = true;
            Close();
        }
Example #2
0
        private void btn_fulltest_Click(object sender, EventArgs e)
        {
            profileStarted = false;
            isFullTest     = true;
            this.Hide();
            var profile = new profile();

            profile.Show();
        }