Posts by Weslei Aurelio • 1 point
1 post
-
0
votes1
answer97
viewsQ: Duplicate data C#
I made a basic registration system in C#. I created a List<T> to keep my data in memory and then display it. But when I register the second person, this data "clones" the other data. When I…