Torna al Thread
taProd.Insert(
this.txtNomeProdotto.Text,
txtDescrizione.Text,
Convert.ToDecimal(txtPzVend.Text),
Convert.ToDecimal(txtPzAcqu.Text),
float.Parse(txtMaxGrant.Text),
0,
txtCodiceBarre.Text,
float.Parse(txtQtStock.Text),
float.Parse(txtQtAlert.Text),
cboUM.Text, Convert.ToInt32(cboVat.SelectedValue), Convert.ToInt32(treeViewCategories.SelectedNode.Tag));