private void txtDesRol_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }
private void txtContra_KeyPress(object sender, KeyPressEventArgs e) { Validar.Letrasynumeros(e); }
private void txtNombreFT_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }
private void txtapellidos_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }
private void txtPorcentajeJera_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }