G
Guest
hi,all
this is a stupid question.
I want to use thread
when I create a new ThreadStart,
ThreadStart thread = new System.ThreadThreading.ThreadStart(ThreadProc)
I want to pass some parameter to ThreadProc
how to do it?
thanks
this is a stupid question.
I want to use thread
when I create a new ThreadStart,
ThreadStart thread = new System.ThreadThreading.ThreadStart(ThreadProc)
I want to pass some parameter to ThreadProc
how to do it?
thanks