Cinska_polivka

Untitled

Apr 23rd, 2011
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. using (StreamReader sr = File.OpenText("/home/cina/Plocha/pip.txt"))
  2. {
  3.     string input;
  4.     while ((input = sr.ReadLine()) != null)
  5.     {
  6.         listbox.Item.Add(input);
  7.         }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment