C#.NET Threading Question
问题 I am facing an issue with communication between threads in a C#.NET application. Hope someone will guide me in the right direction about the possible solutions. I have an application in C#.NET.It is a windows form application. My application has two threads - One thread is the main thread (UI thread) and the other one is the child thread. Lets call the child thread the "workerThread" There is only one form used in the application.Lets call this form the "MainForm" The child thread is started