Exemple #1
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.NumerosDecimales(e);
 }