1 write to button1
TrimTest (1)
Form1.Designer.cs (1)
37
button1
= new Button();
8 references to button1
TrimTest (8)
Form1.Designer.cs (8)
56
splitContainer1.Panel2.Controls.Add(
button1
);
88
button1
.Location = new Point(76, 108);
89
button1
.Name = "button1";
90
button1
.Size = new Size(187, 46);
91
button1
.TabIndex = 1;
92
button1
.Text = "Copy ComboBox Text";
93
button1
.UseVisualStyleBackColor = true;
94
button1
.Click += button1_Click;