コード例 #1
0
 public string ToCSV() // This will save to file in the future. For now it only returns a string.
 {
     // helps to save the CSV.
     return(fileHandler.saveFile(this.map));
 }