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