If class A constructs a instance of class B and sets a public variable in class B, how can class C call a member of class B?
How does C# manage the contruction of the same class?
Chuck