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