Posts by Robson Faxas • 123 points
2 posts
-
12
votes4
answers549
viewsQ: Problem with polymorphism
I have a polymorphism problem. But before I explain it, I want to make it clear that I’m still learning a lot, so if you want to throw my structure in the garbage, be my guest. I have a project that…
-
0
votes0
answers148
viewsQ: XAML C# Resources - How to add a list of dynamically based Resources Image in a folder
I’m making a FlipView using MahApps.Metro. I have a list of images that would be passed to this flipview. It works, but I’m making them add dynamically in a way that I think is incorrect: <Image…