Hi all,
Is there any way where in I can declare a variable & access it in any of the projects of my solution?
For example:
I have a solution under which I have 2 projects namely projectA & projectB.
Now I want to declare a variable globally so that I can access the same variable in both projects projectA & projectB.
Or
Is there any other alternate solution for this?
Any help would be appreciated.
Thanks,
Aads
Is there any way where in I can declare a variable & access it in any of the projects of my solution?
For example:
I have a solution under which I have 2 projects namely projectA & projectB.
Now I want to declare a variable globally so that I can access the same variable in both projects projectA & projectB.
Or
Is there any other alternate solution for this?
Any help would be appreciated.
Thanks,
Aads
Comment