Hello!
I'm just getting started with C#. I have several files merged into one project, with the same namespace but different classes. How to use a function in another class in another file? By the way, I will also ask how to use a variable located in another file?
I will add that functions/procedures/variables have public status.
Please help.
I'm just getting started with C#. I have several files merged into one project, with the same namespace but different classes. How to use a function in another class in another file? By the way, I will also ask how to use a variable located in another file?
I will add that functions/procedures/variables have public status.
Please help.