I have multiple instances of the same application. The user can click Finish on each instance to close it.
I would like to add a selection to โQuit All Instancesโ that raises a bit of โeventโ that notifies all instances of the application that they should close. I do not need to transmit data with this event.
Which is the best (and possibly the easiest) way to do this on Windows using C # /. NET?
source share