1 write to addButton3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
47this.addButton3 = new System.Windows.Forms.Button();
6 references to addButton3
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
147this.addButton3.AutoSize = true; 148this.addButton3.Location = new System.Drawing.Point(600, 80); 149this.addButton3.Text = "Add"; 150this.addButton3.Tag = new object[] { listBox3, textBox3 }; 151this.addButton3.Click += this.addButton_Click; 216this.Controls.Add(this.addButton3);