예제 #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Form datospersonal = new datospersonal();

            datospersonal.Show();
            this.Hide();
        }
예제 #2
0
        private void btn_personal_Click(object sender, EventArgs e)
        {
            //btn_personal
            Form datospersonal = new datospersonal();

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