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