Esempio n. 1
0
 private void txbcodigo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
 }
Esempio n. 2
0
 private void txbeliminar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
 }
Esempio n. 3
0
 private void txbcantcomprar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
 }