private void btnVentasActivos_ItemClick_1(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     prcsVentaGaraje frm = new prcsVentaGaraje();
     frm.ShowDialog();
 }
Пример #2
0
        private void btnVentasActivos_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            prcsVentaGaraje frm = new prcsVentaGaraje();

            frm.ShowDialog();
        }