1 write to addButton2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
42
this.
addButton2
= new System.Windows.Forms.Button();
7 references to addButton2
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
119
this.
addButton2
.AutoSize = true;
120
this.
addButton2
.Location = new System.Drawing.Point(240, 300);
121
this.
addButton2
.Text = "Add";
122
this.
addButton2
.Tag = new object[] { listBox2, textBox2 };
123
this.
addButton2
.Click += this.addButton_Click;
124
this.
addButton2
.Click += this.Control_Click;
237
this.Controls.Add(this.
addButton2
);