Example #1
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (radioButtonCodigo.Checked)
     {
         u.ApenasNumeros();
     }
 }
Example #2
0
 private void txtcodVendedor_KeyPress(object sender, KeyPressEventArgs e)
 {
     u.ApenasNumeros();
 }
Example #3
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     u.ApenasNumeros();
 }
Example #4
0
 private void txtCliente_KeyPress(object sender, KeyPressEventArgs e)
 {
     u.ApenasNumeros();
 }