1 write to addButton3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
47this.addButton3 = new System.Windows.Forms.Button();
7 references to addButton3
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
159this.addButton3.AutoSize = true; 160this.addButton3.Location = new System.Drawing.Point(600, 80); 161this.addButton3.Text = "Add"; 162this.addButton3.Tag = new object[] { listBox3, textBox3 }; 163this.addButton3.Click += this.addButton_Click; 164this.addButton3.Click += this.Control_Click; 242this.Controls.Add(this.addButton3);