Ejemplo n.º 1
0
 private void txtDesRol_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
Ejemplo n.º 2
0
 private void txtContra_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.Letrasynumeros(e);
 }
Ejemplo n.º 3
0
 private void txtNombreFT_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
Ejemplo n.º 4
0
 private void txtapellidos_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
Ejemplo n.º 5
0
 private void txtPorcentajeJera_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }