I wanted to try my luck in threading with C#, I know a few things about threading in C.
So I just wanted to ask if i wanted to terminate a thread, I should do it wi
Thread.Abort() Thread.Join(); Thread = null;