Thread thread = new Thread(() => Begin(args)) { IsBackground = true }; thread.Start();