private void btnPlanCuenta_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { if (noChild() == true) { frmPlanCuenta pantallaPlanCta = new frmPlanCuenta(); pantallaPlanCta.MdiParent = this; pantallaPlanCta.Show(); } }