rehecho el form pedidosorden

This commit is contained in:
fedpo
2024-08-04 22:26:19 +01:00
parent bcc8a26a9d
commit fa75f93a7a
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();
}