Bug? List values being erased

boastrike

Member
Licensed User
Longtime User
I have created a class for a dashboard. I initialize the class. I call a method SetButtons passing a List. Once the method completes execution, and the program branches back to main, the List that was passed is erased except for the last item in the list. Any feedback would be appreciated.
 
Last edited:
Top