[Mono-bugs] [Bug 325865] Unhandled Exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 18 07:25:56 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=325865#c6





--- Comment #6 from Eric Petit <surfzoid2002 at yahoo.fr>  2007-09-18 05:25:56 MST ---
in the mainform.designer my toolstripmenuitem is declared as it 
            // 

            // toolStripMenuItemPhone

            // 

            this.toolStripMenuItemPhone.DropDownItems.AddRange(new
System.Windows.Forms.ToolStripItem[] {

            this.ToolStripMenuItemconnect,

            this.ToolStripMenuItemdisconect});

            this.toolStripMenuItemPhone.Name = "toolStripMenuItemPhone";

            this.toolStripMenuItemPhone.Size = new System.Drawing.Size(49, 20);

            this.toolStripMenuItemPhone.Text = "Phone";

            // 

            // ToolStripMenuItemconnect

            // 

            this.ToolStripMenuItemconnect.Name = "ToolStripMenuItemconnect";

            this.ToolStripMenuItemconnect.Size = new System.Drawing.Size(131,
22);

            this.ToolStripMenuItemconnect.Text = "Connect";

            this.ToolStripMenuItemconnect.Click += new
System.EventHandler(this.ToolStripMenuItemconnectClick);

            // 

            // ToolStripMenuItemdisconect

            // 

            this.ToolStripMenuItemdisconect.Name =
"ToolStripMenuItemdisconect";

            this.ToolStripMenuItemdisconect.Size = new System.Drawing.Size(131,
22);

            this.ToolStripMenuItemdisconect.Text = "Disconnect";

            this.ToolStripMenuItemdisconect.Click += new
System.EventHandler(this.ToolStripMenuItemdisconectClick);


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list