inventario agregar stock
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user