inventario agregar stock

This commit is contained in:
carlos
2024-01-05 19:03:05 -06:00
parent 2dc7a75d97
commit e26af85c23
11 changed files with 207 additions and 239 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ namespace compabetov2
pic.Controls.Add(id);
Label precio = new Label();
precio.Text = "$5";// + producto.precion.ToString();
precio.Text = "$" + producto.precion.ToString() + " - " + producto.nombre;
precio.BackColor = Color.FromArgb(82, 82, 82);
precio.ForeColor = Color.White;
precio.Width = 40;