E
esha
I need to have a Public variable in my project. In VB it can be declared in
a standard module. Where can I do it in C# ?
I tried to do it in default class Program.cs and I tried it in an added by
me class.
No success
So, how and where I declare a variable visible by any module in the project?
Esha
a standard module. Where can I do it in C# ?
I tried to do it in default class Program.cs and I tried it in an added by
me class.
No success
So, how and where I declare a variable visible by any module in the project?
Esha