private void apeCliente_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }
private void telCliente_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void nomProp_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }
private void ciProp_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void txtApellido_KeyPress_1(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }
private void txtTel_KeyPress_1(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void txtAñoConstru_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void txtMetros_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void txtParrillero_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void txtEstado_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }
private void ciudadApto_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }
private void txtGastosApto_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void txtbarrioApto_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }