Пример #1
0
 private void txtBxPrecioDiario_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.DecimalOnly(e);
 }