Ejemplo n.º 1
0
 private void btnRepCotizaciones_ItemClick_1(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     frmRptCotizaciones frm = new frmRptCotizaciones();
     frm.MdiParent = this;
     frm.Show();
 }
Ejemplo n.º 2
0
        private void btnRepCotizaciones_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            //frmRptCotizaciones pantallaRepCotizaciones = new frmRptCotizaciones();
            //pantallaRepCotizaciones.ShowDialog();

            frmRptCotizaciones frm = new frmRptCotizaciones();
            frm.MdiParent = this;
            frm.Show();
        }