Ejemplo n.º 1
0
 private void apeCliente_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
Ejemplo n.º 2
0
 private void telCliente_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Ejemplo n.º 3
0
 private void nomProp_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
Ejemplo n.º 4
0
 private void ciProp_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Ejemplo n.º 5
0
 private void txtApellido_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
Ejemplo n.º 6
0
 private void txtTel_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Ejemplo n.º 7
0
 private void txtAñoConstru_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Ejemplo n.º 8
0
 private void txtMetros_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Ejemplo n.º 9
0
 private void txtParrillero_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Ejemplo n.º 10
0
 private void txtEstado_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
Ejemplo n.º 11
0
 private void ciudadApto_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }
Ejemplo n.º 12
0
 private void txtGastosApto_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeros(e);
 }
Ejemplo n.º 13
0
 private void txtbarrioApto_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloLetras(e);
 }