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

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

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

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