Skip to content

Instantly share code, notes, and snippets.

@dkalamari
Last active December 17, 2015 14:39
Show Gist options
  • Save dkalamari/5626073 to your computer and use it in GitHub Desktop.
Save dkalamari/5626073 to your computer and use it in GitHub Desktop.
Start thread with multiple arguments
var t = new Thread(() => SaljiPodatke(BarCode, lastRFID, Longitude, Latitude));
t.Start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment