I have a simple c# winform and I'm trying to add a string to it. e.g.
checklistbox1.Items.Add("string");
the problem is that after I close the form and run the program again, my added string is deleted from the checklistbox and I have to enter it again.
Aucun commentaire:
Enregistrer un commentaire