G
Guest
I learned that C# doesn't allow global variables within a project. However,
I have a structure that I wish to store data within. The data is retrieved
from multiple forms within my project. How do I create a global data
structure within C# and properly store/retrieve data to it via multiple forms?
I have a structure that I wish to store data within. The data is retrieved
from multiple forms within my project. How do I create a global data
structure within C# and properly store/retrieve data to it via multiple forms?