shared variables in component

  • Thread starter Thread starter JMMB
  • Start date Start date
J

JMMB

When adding referencies to components, the "shared"(static in C#) variables
in the component are loaded to the stack when the application runs?
thanks,
 
* "JMMB said:
When adding referencies to components, the "shared"(static in C#) variables
in the component are loaded to the stack when the application runs?

If you access one of the classes, the variables are "loaded".
 
Back
Top