예제 #1
0
 private void apeCliente_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
예제 #2
0
 private void nomProp_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
예제 #3
0
 private void txtApellido_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
예제 #4
0
 private void txtEstado_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
예제 #5
0
 private void ciudadApto_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
예제 #6
0
 private void txtbarrioApto_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }