Guest User

Untitled

a guest
May 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. List<String> listaStringhe = new List<string>();
  2. foreach (object ob in listBox1.Items)
  3. {
  4. listaStringhe.Add(ob.ToString());
  5. }
Add Comment
Please, Sign In to add comment