using System.Threading; Thread thread = new Thread( new ThreadStart(() => { // do stuff })); thread.Start();
Pokeback...
Pokeback...
ReplyDelete