Esempio n. 1
0
 private void btnBuy_Click(object sender, EventArgs e)
 {
     Prod = Invent.Buscar(Convert.ToInt32(txSearchCode.Text));
     Prod.Comprar(Convert.ToInt32(txHowMany.Text));
 }
Esempio n. 2
0
 private void btnBuy_Click(object sender, EventArgs e)
 {
     Prod = Invent.Buscar(Convert.ToInt32(txSearchCode.Text));
     Prod.Comprar(Convert.ToInt32(txHowMany.Text));
 }