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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user