Example #1
0
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            frmRegistrarProveedor objHistoriaClinica = new frmRegistrarProveedor();

            objHistoriaClinica.MdiParent = this.MdiParent;
            this.Hide();
            objHistoriaClinica.Show();
        }