application scope variables ... cant access tthem
In VB we create Module.bas to create application level public variables.
I was told that in C# you place them into a class (.cs file) . But how do I access this variables in all the forms i create. Everytime I create an instance of that class in a new form, its a new variable created and does not update the original public variable i wanted updated.
Can anyone help me please...