Yazed0071
Yazed0071
CC#
Created by Yazed0071 on 10/12/2023 in #help
❔ How to make a GUI in VSC ?
Thanks! Will check it out when im home
15 replies
CC#
Created by Yazed0071 on 10/12/2023 in #help
❔ How to make a GUI in VSC ?
oh I see, what would you recommend?
15 replies
CC#
Created by Yazed0071 on 10/12/2023 in #help
✅ What's the difference between Public and Private? and why would someone use it?
I see, thank you so much!
19 replies
CC#
Created by Yazed0071 on 10/12/2023 in #help
✅ What's the difference between Public and Private? and why would someone use it?
public : can read and change the value private : can't read nor change public with { get; private set; } at the end : read but not change?
19 replies
CC#
Created by Yazed0071 on 10/12/2023 in #help
✅ What's the difference between Public and Private? and why would someone use it?
what does ?
{ get; private set;}
{ get; private set;}
19 replies
CC#
Created by Yazed0071 on 10/12/2023 in #help
✅ What's the difference between Public and Private? and why would someone use it?
from a user or for you to avoid bugs?
19 replies