+ 5
C# forms app. Data between the forms
Let's say there's user class in the program, how can I track all his data between all the forms? As I find it annoying of pushing it through contructor everytime heading to another form.
1 Answer
+ 1
Well there's helper static classes, but not sure if you can update the variables once its set.