Exemplo n.º 1
0
 private void txtemp_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
 }
Exemplo n.º 2
0
 private void txtcantidad_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
     Validar.espacio(e);
 }
Exemplo n.º 3
0
 private void txtmedicamento_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
     Validar.espacio(e);
 }
 private void codigomed_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
     Validar.espacio(e);
 }
 private void txtcodigo_empleado_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
 }
Exemplo n.º 6
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
     // Validar.espacio(e);
 }