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