1-) C# RMOS - button üzerine label ekleme resime resme yazı yazma
Label label = new Label();
label.BackColor = Color.Transparent;
label.Location = new Point(2,3);
label.Text = "B";
button1.Controls.Add(label);