How would I initialize this instance variable reading from a text file or xml file?
int SmallRTBResizeH=??FromFile()??; I tried that, it does not work.
This is one of the user defined settings in my program.
Is text or xml the best way to go?
int SmallRTBResizeH=??FromFile()??; I tried that, it does not work.
This is one of the user defined settings in my program.
Is text or xml the best way to go?