DavidWood2001-zz / SOFT152-Assignment

This is a repo that contains all of the files for the SOFT152 assignment, also known as the AirBnB Assignment.
0 stars 0 forks source link

Add a file reader function to addFileForm.cs #18

Closed DavidWood2001-zz closed 4 years ago

DavidWood2001-zz commented 4 years ago

Look up how to achieve this in a modular way so that it doesn't matter the file size or number of columns that it loads exactly as it should every time. This will mean that the project is able to be reused and then you can put the functions into a separate .dll file. This is to improve usability.

DavidWood2001-zz commented 4 years ago

now included in an external library so no need for this issue to be open