I\'m developing a small C# Winforms game and one of the things I\'m wanting to do is save application specific data. However, I\'m struggling a bit to understand the correc
Why dont you save the data to an object and write it to a file. Use different files for each type.