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