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