Making Imagelist Global

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

Hi

In my topform i have an imagelist with icons used through the whole
application.(main project + control libs)

Can i make this imagelist global so i do not have to pass the imagelist
object through all class layers used in my app?

Johan
 
Sagaert,

You can make something static if you don't want to passs it through all your
layers.

Cor
 
Back
Top