private void button2_Click(object sender, EventArgs e) { Test1_4 nexttext = new Test1_4(); nexttext.Show(); this.Close(); }
private void StartTesting_Click(object sender, EventArgs e) { TestingInfo TestingInfo = new TestingInfo(); TestingInfo.Score++; Test1_4 nexttext = new Test1_4(); nexttext.Show(); this.Close(); }
private void timer1_Tick(object sender, EventArgs e) { TimerLabel.Text = (--TimerTick).ToString(); if (TimerTick < 0) { timer1.Stop(); Test1_4 nexttext = new Test1_4(); nexttext.Show(); this.Close(); } }