ManiSJ
Results
1
issues of
ManiSJ
I have class A with property Items of type list of class B. class B has Name property. C# code string workingDirectory = System.Environment.CurrentDirectory; var path = System.IO.Path.Combine(workingDirectory, "Resources\\Details.html"); var...