using System; using System.Threading; using threadsNamespace; public class runme { static void Main() { Kerfuffle kerf = new Kerfuffle(); const int NUM_THREADS = 8; Thread[] threads = new Thread[NUM_THREADS]; TestThread[] testThreads = new TestThread[NUM_THREADS]; // invoke the threads for (int i=0; i