1 write to addButton4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
52this.addButton4 = new System.Windows.Forms.Button();
7 references to addButton4
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
201this.addButton4.AutoSize = true; 202this.addButton4.Location = new System.Drawing.Point(600, 300); 203this.addButton4.Text = "Add"; 204this.addButton4.Tag = new object[] { listBox4, textBox4 }; 205this.addButton4.Click += this.addButton_Click; 206this.addButton4.Click += this.Control_Click; 247this.Controls.Add(this.addButton4);