WPF Background Thread Invocation
- by jeffn825
Maybe I'm mis-remembering how Winforms works or I'm overcomplicating the hell out of this, but here's my problem.
I have a WPF client app application that talks to a server over WCF. The current user may "log out" of the WPF client, which closes all open screens, leaves only the navigation pane, and minimizes the program window. When the user…