1 write to deleteButton2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
43this.deleteButton2 = new System.Windows.Forms.Button();
6 references to deleteButton2
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
119this.deleteButton2.AutoSize = true; 120this.deleteButton2.Location = new System.Drawing.Point(240, 330); 121this.deleteButton2.Text = "Delete"; 122this.deleteButton2.Tag = listBox2; 123this.deleteButton2.Click += this.deleteButton_Click; 212this.Controls.Add(this.deleteButton2);