private void loginBut_Click(object sender, EventArgs e)
        {
            choice choose = new choice();

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

            cancel.Show();
            this.Close();
        }