Beispiel #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Close();
            PARENTS_DETAILS PD = new PARENTS_DETAILS();

            PD.Show();
        }
Beispiel #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            SetValueForText1 = ENROLLBOX.Text;
            this.Hide();
            PARENTS_DETAILS pd = new PARENTS_DETAILS();

            pd.Show();
        }