What is the correct pattern for using a global mutex in WPF?

Posted by Joel Barsotti on Stack Overflow See other posts from Stack Overflow or by Joel Barsotti
Published on 2010-05-02T03:43:55Z Indexed on 2010/05/02 3:47 UTC
Read the original article Hit count: 231

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#