using thread c# code example
Example 1: c# create new thread
using System.Threading;
Thread thread = new Thread(new ThreadStart(WorkThreadFunction));
thread.Start();
Example 2: thread c#
using System.Threading;
using System.Threading;
Thread thread = new Thread(new ThreadStart(WorkThreadFunction));
thread.Start();
using System.Threading;