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