示例#1
0
 private void numericUpDown1_ValueChanged(object sender, EventArgs e)
 {
     this.lblPrecioFinal.Text = Venta.CalcularPrecioFinal(aux.Precio, (int)this.numericUpDown1.Value).ToString();
 }