private void txtFabrica_KeyPress(object sender, KeyPressEventArgs e)
 {
     valida.CampoNumerico(e);
 }
示例#2
0
 private void txtCod_KeyPress(object sender, KeyPressEventArgs e)
 {
     validaciones.CampoNumerico(e);
 }
示例#3
0
 private void eventCantidad(object sender, KeyPressEventArgs e)
 {
     va.CampoNumerico(e);
 }