This commit is contained in:
Michael Robles
2024-02-02 21:30:00 -07:00
parent 76bc57c080
commit c401f0a5d4
8 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ namespace compabetov2
precio.Value = $"{producto.producto.precion}";
cantidad.Value = $"{producto.cantidad}";
total.Value = $"{producto.cantidad * producto.producto.precion}";
// Agregar las celdas a la fila
nuevaFila.Cells.Add(productoN);
nuevaFila.Cells.Add(precio);