Newbie question about persisting data

  • Thread starter Thread starter RonL
  • Start date Start date
R

RonL

I have a Windows App with a class that reads configuration data from an XML
file and then makes the data available to other classes via properties. My
question is how do I read the XML file only once and make the properties
persist each subsequent time the class is instantiated? Static variables?


Thanks,
RLew
 
Back
Top