| Article: |
VB.NET OOP Part 3: The Singleton Pattern | |
| Subject: | using singleton inside assembly | |
| Date: | 2004-06-25 03:04:44 | |
| From: | alexguitar | |
|
I put the code of Singleton Class inside an assembly that i load from a Windows.Form with the code:
|
||
Showing messages 1 through 1 of 1.




MyAssembly.SingletonForm MyForm = MyAssembly.SingletonForm.GetInstance();