The winforms tag has no wiki summary.
-1
votes
2answers
62 views
Save / Load game in Windows Form application
I am starting to code a game in C# using Windows Forms (not using XNA) and I am trying to figure out how to save/load.
Right now all I have is the main form, a few User Controls, and one class in a ...