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