I have a client application, written using wpf.
How should I retain or update some object throughout the application life span.
Is there any method to store some object like:
-
Store store = new Store(); So that I can access of update the object throughout the application windows.
-
String, int, boolean.
Thank you.
Use :
to store properties, globally.