Exemple #1
0
 private void textBox2_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Exemple #2
0
 private void textBox3_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.NumerosDecimales(e);
 }
Exemple #3
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }