Esempio n. 1
0
        private void btnRepCotizaciones_ItemClick_1(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            frmRptCotizaciones frm = new frmRptCotizaciones();

            frm.MdiParent = this;
            frm.Show();
        }
Esempio 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();
        }