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