private void textBox8_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void textBox3_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }