Exemple #1
0
 private void textBox7_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.soloNumeros(e);
 }
Exemple #2
0
 private void textBox_CantidadFarmacia_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.soloNumeros(e);
 }