コード例 #1
0
        private void btnRepVentas_ItemClick_1(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            frmRptVentas frm = new frmRptVentas();

            frm.MdiParent = this;
            frm.Show();
        }
コード例 #2
0
        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();
        }