Ejemplo n.º 1
0
 private void textBox2_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.soloLetras(e);
 }
Ejemplo n.º 2
0
 private void textBox7_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.soloNumeros(e);
 }
Ejemplo n.º 3
0
 private void textBox_CantidadFarmacia_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.soloNumeros(e);
 }