예제 #1
0
        private void btn_OK_Click(object sender, EventArgs e)
        {
            Parents p = new Parents();

            p.Show();
            this.Hide();
            PersonalInformation ps = new PersonalInformation();

            ps.Hide();
        }
예제 #2
0
        private void btn_OK_Click(object sender, EventArgs e)
        {
            Kids k = new Kids();

            k.Show();
            this.Hide();
            PersonalInformation ps = new PersonalInformation();

            ps.Hide();
        }