Commenting out the FormClosing event handler, see if this fixes mono

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@359 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-10-21 02:47:01 +00:00
parent b1e7547aca
commit e0fc23f01b

View File

@@ -192,7 +192,7 @@ namespace groupmanager
this.MinimumSize = new System.Drawing.Size(453, 378);
this.Name = "frmGroupManager";
this.Text = "Group Manager";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmGroupManager_FormClosing);
//this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmGroupManager_FormClosing);
this.groupBox.ResumeLayout(false);
this.grpLogin.ResumeLayout(false);
this.grpLogin.PerformLayout();