Advertisement
Genesis2001

Untitled

Jan 31st, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.42 KB | None | 0 0
  1.             List<String> names = new List<string>()
  2.             {
  3.                 "Parrett",
  4.                 "Bartling",
  5.                 "Milano",
  6.                 "Corley",
  7.                 "Mayr",
  8.                 "Steeves",
  9.                 "Durbin",
  10.                 "Buckholz",
  11.                 "Mercure",
  12.                 "Davidson",
  13.                 "Legree",
  14.                 "Hairston",
  15.                 "Hoge",
  16.                 "Hayman",
  17.                 "Wales",
  18.                 "Shirey",
  19.                 "Leist",
  20.                 "Lennon",
  21.                 "Coon",
  22.                 "Killgore",
  23.                 "Phalen",
  24.                 "Collinsworth",
  25.                 "Simard",
  26.                 "Plude",
  27.                 "Filson",
  28.                 "Vise",
  29.                 "Towner",
  30.                 "Gosier",
  31.                 "Ehrmann",
  32.                 "Barnum",
  33.                 "Searight",
  34.                 "Dumont",
  35.                 "Dicarlo",
  36.                 "Vallery",
  37.                 "Cullison",
  38.                 "Parlier",
  39.                 "Negron",
  40.                 "Blumer",
  41.                 "Karcher",
  42.                 "Posey",
  43.                 "Vantassell",
  44.                 "Storlie",
  45.                 "Rott",
  46.                 "Iman",
  47.                 "Tibbitts",
  48.                 "Dressel",
  49.                 "Bochenek",
  50.                 "Bath",
  51.                 "Pillot",
  52.                 "Brousseau",
  53.             };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement