private void btnRepVentas_ItemClick_1(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { frmRptVentas frm = new frmRptVentas(); frm.MdiParent = this; frm.Show(); }
private void btnRepVentas_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { //frmRptVentas pantallaRepVentas = new frmRptVentas(); //pantallaRepVentas.ShowDialog(); frmRptVentas frm = new frmRptVentas(); frm.MdiParent = this; frm.Show(); }