public frLogin() { InitializeComponent(); //Added to support default instance behavour in C# if (defaultInstance == null) { defaultInstance = this; } }
static void defaultInstance_FormClosed(object sender, System.Windows.Forms.FormClosedEventArgs e) { defaultInstance = null; }