For those who took the link to download ninject� let me show you how easy it is to implement the Singleton Design Pattern.
Ã?Â
We will have two forms [Form1, Form2]. Form2 will be a Singleton.
Ã?Â
We decorate the class with a Singleton attribute, and we are done.
Ã?Â
Code Snippet
using System;using System.Collections.Generic;using System.Compo ...
Go to the complete details ...