How to avoid multiple instances of windows form in c#

implement the Singleton pattern

an example: CodeProject: Simple Singleton Forms (ok, it’s in VB.NET, but just to give you a clue)

Leave a Comment