Fix a NullReferenceException when WriteIntoFile is call the first time.
Step to reproduce
Using Generator4 class, call GenerateAllAndSave method against big database to have many files on output...
This exception occurs because finalFiles var is null on WriteIntoFile method
Fix a NullReferenceException when WriteIntoFile is call the first time.
Step to reproduce Using Generator4 class, call GenerateAllAndSave method against big database to have many files on output... This exception occurs because finalFiles var is null on WriteIntoFile method