I have multiple instances of the same application running. The user ask can click "Quit" on each instance to shut it down.
I would like to add the choice to "Quit All Instances", which will raise some kid of "event" that notifies all instances of the application that they should close. I don't need to transport any data along with this event.
What's the best (and preferably simplest) way to do this in Windows using C#/.NET?