I'm currently developing a class library. I'm having trouble finding a way to detect if the Main UI is closing.
Is there a way to know that from the class library project?
My purpose of this is to cancel all the threads that is currently running if the Main UI is closing.
See Question&Answers more detail:os