private void Cedula_KeyPress(object sender, KeyPressEventArgs e) { Validacion.solonumeros(e); }
private void Telefono_KeyPress(object sender, KeyPressEventArgs e) { Validacion.solonumeros(e); }
private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { Validacion.solonumeros(e); }