DayKnight
DayKnight
CC#
Created by DayKnight on 12/1/2022 in #help
✅ Accsessing Method in another class by object
Oof, you are right. I am making no instance for the class
item.Owner.GetAllVichles();
item.Owner.GetAllVichles();
This is what I had to do
9 replies
CC#
Created by DayKnight on 12/1/2022 in #help
✅ Accsessing Method in another class by object
9 replies
CC#
Created by DayKnight on 12/1/2022 in #help
✅ Convert Enum to string
I was trying to put information into my constructor in the wrong order
8 replies
CC#
Created by DayKnight on 12/1/2022 in #help
✅ Convert Enum to string
It's fixed
8 replies
CC#
Created by DayKnight on 12/1/2022 in #help
✅ Convert Enum to string
Oo
8 replies
CC#
Created by DayKnight on 12/1/2022 in #help
✅ Convert Enum to string
Hmm... yeah
8 replies
CC#
Created by DayKnight on 11/25/2022 in #help
✅ Input into list (Console app)
Ah okay, thanks. I'll try to see if I can get it to work, or else I will come back. Thanks! 👍 😄
6 replies
CC#
Created by DayKnight on 11/21/2022 in #help
❔ Foreach loop
Should I use .Add?
12 replies
CC#
Created by DayKnight on 11/21/2022 in #help
❔ Foreach loop
Oooh... A website suggests that I do this, but is this really what I am looking for?
authors.Add(new Author { Name = "Mahesh Chand", Book = "Graphics with GDI+", Price = 49.95 });
authors.Add(new Author { Name = "Mahesh Chand", Book = "Graphics with GDI+", Price = 49.95 });
12 replies