I have created one C# Windows form that have one DataGridView I can add or remove some row from this DatagridView, but now I wonder how can I save my changes, so every time I open my window I can see my added row.
P.S.: I must mentioned that I don't want use any databases, is there any solution?
Is it possible to do that with C# Application settings?