3
229
string secili = listBox1.GetItemText(listBox1.SelectedItem); listBox1.Items.Insert(0,secili); listBox1.Items.Remove(listBox1.SelectedIndex);