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