Contents tagged with .NET 1.1
- 
ParameterizedThread in .NET 1.1Had a problem where I wanted to run a function in a thread but it expected multiple params. So I went around making the ParameterizedThread Class which helped me to execute this method.