Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. foreach (Stuff stf in StuffArray)
  2. {
  3. sw.WriteLine(" " + stf.car+ " " + stf.carOwned + " " + stf.carLocation);
  4. }
  5. sw.Close();
  6. }
  7.  
  8. for (int i = 0; i < stfArray.Length; i++)
  9. {
  10. stfArray[i] = new stfArray(Readline spot 1, Readline spot 2, Readline spot3)
  11. }
Add Comment
Please, Sign In to add comment