Konu
C# da form bolumu öğrenciye yardım
19-01-2014, 03:19:26
#7
Bayrakdar
int KacDeger = Convert.ToInt32(textBox1.Text);
for (int i = 0; i < KacDeger; i++)
{
listBox1.Items.Add(textBox2.Text);
}