Kok Keong Chua

Kok Keong Chua

  • NA
  • 15
  • 21.1k

Thread

May 11 2011 7:58 AM
Hi,
May I know what is the difference between these two when define a thread:

Thread oThread = new Thread(new ThreadStart(SomeMethod));

Thread oThread = new Thread(SomeMethod);

Answers (3)