public static void LinkThread() { server = new ISCServer(port); // Prevent the thread from running out while (true) { Thread.Sleep(10000); } }