1 write to addButton2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
42
this.
addButton2
= new System.Windows.Forms.Button();
6 references to addButton2
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
111
this.
addButton2
.AutoSize = true;
112
this.
addButton2
.Location = new System.Drawing.Point(240, 300);
113
this.
addButton2
.Text = "Add";
114
this.
addButton2
.Tag = new object[] { listBox2, textBox2 };
115
this.
addButton2
.Click += this.addButton_Click;
211
this.Controls.Add(this.
addButton2
);