private void loginBut_Click(object sender, EventArgs e) { choice choose = new choice(); choose.Show(); this.Hide(); }
//just restarts the program private void cancelBut_Click(object sender, EventArgs e) { choice cancel = new choice(); cancel.Show(); this.Close(); }