1 write to addButton1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
37this.addButton1 = new System.Windows.Forms.Button();
6 references to addButton1
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
78this.addButton1.AutoSize = true; 79this.addButton1.Location = new System.Drawing.Point(240, 80); 80this.addButton1.Text = "Add"; 81this.addButton1.Tag = new object[]{ listBox1, textBox1 }; 82this.addButton1.Click += this.addButton_Click; 206this.Controls.Add(this.addButton1);