Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Test2_9 nexttext = new Test2_9();

            nexttext.Show();
            this.Close();
        }
Example #2
0
        private void StartTesting_Click(object sender, EventArgs e)
        {
            TestingInfo TestingInfo = new TestingInfo();

            TestingInfo.Score++;
            Test2_9 nexttext = new Test2_9();

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