Click here to Skip to main content
15,891,702 members

Comments by S Stadler (Top 1 by date)

S Stadler 23-Sep-14 9:55am View    
Hi, it is because the class is not static.
You will need creating an instance the class Global to get the testVar.

var global = new Global();
global.testVar;