rehecho el form pedidosorden

This commit is contained in:
fedpo
2024-08-04 22:26:19 +01:00
committed by fede
parent f023ce3b2d
commit 77dc57dda2
6 changed files with 232 additions and 194 deletions

View File

@@ -24,7 +24,7 @@ namespace Vista
}
private void BtnAdd_Click(object sender, EventArgs e)
{
var form = new FrmPresupuesto();
var form = new FrmPedidoPresupuesto();
form.ShowDialog();
ActualizarGrilla();
}