Singleton objects in C#
C#
2
Posts
1
Posters
16
Views
1
Watching
-
Does anybody know how to create a singleton object in C#? I've been looking through the documentation on MSDN, but haven't had any luck. Thanks, Lee
Nevermind. For anyone that is interested, you can go to the following site and see how it is done. http://www.clipcode.com/components/singleton\_designpattern.cs.txt Lee Nowotny