예제 #1
0
 private void txtContraseñan_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetrasONumeros(e);
 }
예제 #2
0
 private void textBox2_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetrasONumeros(e);
 }
예제 #3
0
 //Validaciones
 private void txtUsuario_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetrasONumeros(e);
 }