I am developing an WPF Application. I want to run multiple instances of the application. and if some event occurs in one instance this event must be catched in another instance of the application.
I will appreciate if anyone can suggest me a right path to do this.
Thanks