label1.AutoSize = false;
label2.BackColor = Color.Transparent;
label1.Controls.Add(label2);
label2.Location = new Point(50, 30);
相关文章:
label1.AutoSize = false;
label2.BackColor = Color.Transparent;
label1.Controls.Add(label2);
label2.Location = new Point(50, 30);
相关文章: