Example #1
0
        private void backbtn_Click(object sender, EventArgs e)
        {
            ResultMaking_Form f2 = new ResultMaking_Form();

            f2.Show();
            this.Hide();
        }
        private void resultmakingbtn_Click(object sender, EventArgs e)
        {
            ResultMaking_Form f3 = new ResultMaking_Form();

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