using System.Threading; Thread thread = new Thread(new ThreadStart(WorkThreadFunction)); thread.Start();