Basically I have a dictionary that updates every time someone sends a message. It stores a value that is used for something else, but every time I close the application, the dictionary value resets.
Is it possible to save the value that the dictionary has when the application closes and use it the next time the application is run?