private void textBox7_KeyPress(object sender, KeyPressEventArgs e) { ValidarTextBox.soloNumeros(e); }
private void textBox_CantidadFarmacia_KeyPress(object sender, KeyPressEventArgs e) { ValidarTextBox.soloNumeros(e); }