Why the following code, in VisualStudio, behaves this way?
On the IDE Test.two = Test2.two2 but in debug Test.two = one
Test.two = Test2.two2
Test.two = one
public