Beispiel #1
0
 private void TxtU4_Leave(object sender, EventArgs e)
 {
     TxtU4.Text      = Ambiente.FDinero(TxtU4.Text);
     TxtPrecio4.Text = Ambiente.GetPrecio(TxtPrecioCompra.Text, TxtU4.Text);
 }