1 write to addButton4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
52this.addButton4 = new System.Windows.Forms.Button();
6 references to addButton4
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
184this.addButton4.AutoSize = true; 185this.addButton4.Location = new System.Drawing.Point(600, 300); 186this.addButton4.Text = "Add"; 187this.addButton4.Tag = new object[] { listBox4, textBox4 }; 188this.addButton4.Click += this.addButton_Click; 221this.Controls.Add(this.addButton4);