private void btAtrasFacturarPedido_Click(object sender, EventArgs e) { VentanaFacturas factPedidos = new VentanaFacturas(); factPedidos.Show(); Hide(); }
private void BtnFacturas_Click(object sender, EventArgs e) { VentanaFacturas facturas = new VentanaFacturas(); facturas.Show(); Hide(); }