1 write to addButton2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
42this.addButton2 = new System.Windows.Forms.Button();
7 references to addButton2
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
119this.addButton2.AutoSize = true; 120this.addButton2.Location = new System.Drawing.Point(240, 300); 121this.addButton2.Text = "Add"; 122this.addButton2.Tag = new object[] { listBox2, textBox2 }; 123this.addButton2.Click += this.addButton_Click; 124this.addButton2.Click += this.Control_Click; 237this.Controls.Add(this.addButton2);