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