Single instance Windows applications in C#
Motivation There is often the need to create programs for Windows that should be started only once. Following the DRY principle repetitive code should be extracted (for example in a static helper class). After that, all that is left to do, is wrap ...
Feb 22, 20213 min read508

