reenfoo
reenfoo
About
- Username
- reenfoo
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I can't convert FR2 to FR4. Is there's any other alternative? thanks
-
ublic class Master { public DetailInfo Info { get; set; } } public class DetailInfo { public List Detail { get; set; } } public class Detail { public int SomeProperty { get; set; } Unfortunately, this coding set is not working in mi…