private void txtAltura_KeyPress(object sender, KeyPressEventArgs e) { E_Validaciones.SoloNumeros(e); }
private void txtCalle_KeyPress(object sender, KeyPressEventArgs e) { E_Validaciones.LetrasNumeros(e); }
private void txtNombre_KeyPress(object sender, KeyPressEventArgs e) { E_Validaciones.SoloLetras(e); }