private void AreaUsuariotextBox_KeyPress(object sender, KeyPressEventArgs e) { Validacion.Validacion v = new Validacion.Validacion(); v.Letras(e); }
private void UsuarioIdtextBox_KeyPress(object sender, KeyPressEventArgs e) { Validacion.Validacion v = new Validacion.Validacion(); v.Numeros(e); }
private void apellidoCtextBox_KeyPress(object sender, KeyPressEventArgs e) { Validacion.Validacion v = new Validacion.Validacion(); v.Letras(e); }