private void button2_Click(object sender, EventArgs e) { Test2_3 nexttext = new Test2_3(); nexttext.Show(); this.Close(); }
private void StartTesting_Click(object sender, EventArgs e) { TestingInfo TestingInfo = new TestingInfo(); TestingInfo.Score++; Test2_3 nexttext = new Test2_3(); nexttext.Show(); this.Close(); }