1 write to addButton2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
42this.addButton2 = new System.Windows.Forms.Button();
6 references to addButton2
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
111this.addButton2.AutoSize = true; 112this.addButton2.Location = new System.Drawing.Point(240, 300); 113this.addButton2.Text = "Add"; 114this.addButton2.Tag = new object[] { listBox2, textBox2 }; 115this.addButton2.Click += this.addButton_Click; 211this.Controls.Add(this.addButton2);