Click here to Skip to main content
15,895,799 members

Comments by Nico Encarnacion (Top 1 by date)

Nico Encarnacion 13-Mar-13 13:05pm View    
Hey Sergey, thanks for your answer. However, I received an answer from another forum, implemented it, and it worked just the way I wanted it to. Here's the simple solution:

Thread normalNode = new Thread(new ThreadStart(node.RunNode));
Thread ehNode = new Thread(new ThreadStart(ehnode.RunNode));

But can you further explain what the difference is between this solution and yours? :)

Thanks!!!