I'm writing a class for managing my threading. How do I pass my method that needs threading into my helper class?
All that I'll be doing is creating a new thread and passing the method I've passed through into a new ThreadStart().
Thanks in advance.