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