I have a three layer application in C#. In business layer i have many threads that do same job . I want to show the progress of each thread on UI , but i don't have the reference of presentation layer .
How can i do this ? What's the best way for this ?
Thanks .