C# Separate instances running under same appdomain?

361 views Asked by At

Two or more instances of application are running under same appdomain, sharing those global variables and UI. Example pressing START at one instance would fire a method on this and all other instances. Except singleton, is there any other way to achieve that separation?

0

There are 0 answers