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