What is the correct pattern for using a global mutex in WPF?
- by Joel Barsotti
So I've found this information
http://stackoverflow.com/questions/229565/what-is-a-good-pattern-for-using-a-global-mutex-in-c/229567
But it's based on the main entry point of a standard app.
How do you modify this to work for the WPF event model of starting the app?