zlavere / GroupAWeatherAnalysis

0 stars 0 forks source link

OutputWeatherDataCsv having a get/set for directory is confusing especially when pass in StorageFolder. #20

Closed zlavere closed 5 years ago

zlavere commented 5 years ago

When using the parameter for StorageFolder to invoke the method to create CSVs we can remove the getter and setter to make it a datamember. Alternatively we can remove the parameter and use the property.

zlavere commented 5 years ago

Changed to WriteWeatherDataCsv