Ejemplo n.º 1
0
        private void BtnResults_Click_1(object sender, EventArgs e) //use this for results button
        {
            frmResults res = new frmResults();

            this.Hide();
            res.Show();
        }
Ejemplo n.º 2
0
        private void BtnResults_Click(object sender, EventArgs e)
        {
            frmResults res = new frmResults();

            this.Hide();
            res.Show();
        }
Ejemplo n.º 3
0
        private void BtnResults_Click(object sender, EventArgs e) //brings user to results form (removed from final version)
        {
            frmResults res = new frmResults();

            this.Hide();
            res.Show();
        }