Beispiel #1
0
 private void TxtCedula_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.soloNumeros(sender, e);
 }
Beispiel #2
0
 private void TxtApellido_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.soloTexto(sender, e);
 }
 private void TextBox2_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.soloNumeros(sender, e);
 }