listBox1.Items.Add(textBox1.Text);
label1.Text = textBox1.Text + " eklendi!";