Welcome to NeoTekSystems Blog Sign in | Join | Help

Wednesday, June 08, 2005 - Posts

Single Instance of a Windows Form With the Singleton Pattern

People have asked me this a lot lately so I am going to show how to use the Singleton design pattern to create a form that has only one instance of itself.The first thing you want to do is make your constructor of the form private. This is to ensure programmers
posted by jspano | 0 Comments