1 write to deleteButton2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
43this.deleteButton2 = new System.Windows.Forms.Button();
7 references to deleteButton2
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
128this.deleteButton2.AutoSize = true; 129this.deleteButton2.Location = new System.Drawing.Point(240, 330); 130this.deleteButton2.Text = "Delete"; 131this.deleteButton2.Tag = listBox2; 132this.deleteButton2.Click += this.deleteButton_Click; 133this.deleteButton2.Click += this.Control_Click; 238this.Controls.Add(this.deleteButton2);