Static property issues

I have a static public property of a class I'll call A, whose value in a class I'll call B is 0, when in reality its value is something else. The value of the class in the Main() method is just as it should be, which is very perplexing.
Was this page helpful?