DayKnight
Cannot read sudden images
I am trying to copy an image and then use that copied version of the image. BitmapImage gives an exception saying
"Cannot find image path"
Even tho a lot of other images works, only specific images does not work, can it be because of the size?
I am using a filter, but that should not be making any errors
1 replies
✅ Accsessing Method in another class by object
I have a customer class which contains the method I want to access
I want to call that method in my program.cs inside my
foreach
It is supposed to search for customers with the written name
Thanks beforehand 🙂9 replies
✅ Input into list (Console app)
Program
I want the user to keep creating accounts, and then put them inside at list
Example of what the student requires
Studen Class
I am just not sure how to make an entire new object containing the given information, what should I do?
6 replies