9
donuts
7y

I just copy-pasted this into 4 of my apps and republished them.

It's part of my own C# library that removes the need to write boilerplate code.

https://github.com/allanx2000/...

(I have a Merged library with some added NET 4.5 conveniences but that's not check-in)

In general, I think making computers do all the grunt work makes me a bad-ass.

Comments
  • 1
    Just shutting down the new instance without sending the old one a message and e.g. giving it focus doesn't get annoying?
  • 1
    @configurator actually at least in Windows, it does bring the previous instance to the foreground.... either magic or its in the library... when it checks AlreadyRunning....

    maybe should separate but..... ¯\_(ツ)_/¯
  • 0
Add Comment