hi there:
In a model system, I need to access data generated by a class but stored in another class. For example, I have a class called DataCenter, which is used to store all data produced in a process (Class MODEL). Now I have another class called NEW. How will I be able to access data generated by MODEL and stored in DataCenter from NEW? by the way, data stored in DataCenter are dynamically updated by MODEL and I am supposed to access DataCenter from NEW simultaneously.
Thx for your time,
Dave