private void buttonSignup_Click(object sender, EventArgs e) { timerON.Stop(); this.Hide(); Signup su = new Signup(); su.ShowDialog(); }