I made a C# program for myself in which I can select and add different things I have to do the next day (a simple schedule).
I have it all sorted out but one thing that I do not know how to begin scripting it. I want to be able to keep the schedule after exit. For example: Tomorrow I have to do the following : (my To-Do list ) etc.
. Now I close the program ,and if I re-open it it is all gone.
My question is, how do I keep it after exit?