I have following piece of code
Thread procThread = new Thread(() => preproc.Start()); procThread.Start(); Thread calcTh