Example #1
0
        private void Arc_SelEmpresa_Click(object sender, EventArgs e)
        {
            Form childForm = new Frm_SeleccionEmpresa();

            childForm.MdiParent = this;
            childForm.Show();
        }