private void buttonReporte_Click(object sender, EventArgs e) { ReporteVenta reporte = new ReporteVenta(); reporte.Show(); this.Hide(); }
private void buttonVentas_Click(object sender, EventArgs e) { ReporteVenta venta = new ReporteVenta(); venta.Show(); this.Hide(); }