private void txtContraseñan_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetrasONumeros(e); }
private void textBox2_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetrasONumeros(e); }
//Validaciones private void txtUsuario_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetrasONumeros(e); }