Bit of o neebie question I know, but I want to make sure I stick to best practice.
What is the best way to pass variables between 2 classes. In my example, I have 2 .cs files. One cs files contains a class that collects an array of strings held in an xml file, which I want to access from a class held in another .cs file.
Start Free Trial