Kod: Tümünü seç
private void btnAktar_Click(object sender, EventArgs e)
{
for(int i = 0; i < textBox1.Lines.Length; i++)
{
listBox1.Items.Add(textBox1.Lines[i]);
}
}

Kod: Tümünü seç
private void btnAktar_Click(object sender, EventArgs e)
{
for(int i = 0; i < textBox1.Lines.Length; i++)
{
listBox1.Items.Add(textBox1.Lines[i]);
}
}