예제 #1
0
파일: R_Home.cs 프로젝트: imakashsahu/HMS
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            this.Hide();
            c_details frm = new c_details();

            frm.Show();
        }
예제 #2
0
파일: guest_v.cs 프로젝트: imakashsahu/HMS
        private void button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            c_details frm = new c_details();

            frm.Show();
        }