Beispiel #1
0
 private void DescuentoTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.KeyChar = (char)Validaciones.DecimalesPunto(e.KeyChar);
     e.Handled = Validaciones.UnSoloPunto(sender, e);
 }