Example #1
0
        private void btnupdateperson_Click(object sender, EventArgs e)
        {
            Form3 temp = new Form3();

            temp.Show();
        }
Example #2
0
        private void btndeleterecord_Click(object sender, EventArgs e)
        {
            Form3 temp = new Form3();

            temp.Show();
        }
Example #3
0
        private void btnview_Click(object sender, EventArgs e)
        {
            Form3 temp = new Form3();

            temp.Show();
        }