for(string isim in TextBox1.Text.Split(Environment.NewLine))
{
if (isim == "Ali")
{
TextBox2.Text = isim;
}
}