Exemplo n.º 1
0
 private void TxtClave_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloLetras(sender, e);
 }
Exemplo n.º 2
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(sender, e);
 }
Exemplo n.º 3
0
 private void txtApellido_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloLetras(sender, e);
 }