Tronjs Fs

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
Tronjs Fs commented, -
Tronjs Fs created a post, CompletedThe Watches of the Debugger doesn't work if the properties to watch belong to a base class
First, sorry for my English Let me say something like this: ------------------------- public class A { public int ParentProp {get;set} } public class B : A { public int ChildProp {get;set} ...