glasswizzard
Well-known member
- Joined
- Nov 22, 2019
- Messages
- 126
- Programming Experience
- Beginner
My thinking was like this:
but it seems that's wrong because the "lstbHistory" part is underlined in red. How do I do this?
Thank you
C#:
foreach (var HistoryItem in lstbHistory)
but it seems that's wrong because the "lstbHistory" part is underlined in red. How do I do this?
Thank you