Exemplo n.º 1
0
 private void PriceProduct(string buy)
 {
     label44.Text = Calculation.Price(Convert.ToUInt16(buy), Convert.ToUInt16(label17.Text), Village.GetMoney());
 }
Exemplo n.º 2
0
 private void PriceProduct()
 {
     label43.Text = Calculation.Price(Convert.ToUInt16(label16.Text), Convert.ToUInt16(label17.Text), Convert.ToUInt16(label18.Text), Village.GetMoney());
 }