Ejemplo n.º 1
0
        private void writeToFile()
        {
            List <string> toWrite = getDaysStringList();

            File.WriteAllLines(FilesHandler.BuildFilePath(Year, Month), toWrite.ToArray());
        }