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