C# class that contains a list
I’m relatively inexperienced with C# in Visual Studio. I have created a class called Visitor and I want to track be able to access these visitors in different Forms. What would be the best way of doing this. I thought of having a Visitors class which was a list that could be accessed. However, I can’t seem to find a way of doing this. I get the following error