0
votes
votes
3 answers
Terminating a thread
When I run my c# application (I am using Visual studio, compact framework) I create a thread that constantly moves files from one folder to the other [code]public static class Program { [MTAThread] public static ...
