Ejemplo n.º 1
0
        private void buttonReporte_Click(object sender, EventArgs e)
        {
            ReporteVenta reporte = new ReporteVenta();

            reporte.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void buttonVentas_Click(object sender, EventArgs e)
        {
            ReporteVenta venta = new ReporteVenta();

            venta.Show();
            this.Hide();
        }