Usage will be something like:
Transient(()=>MyProperty), this can be done in the CTOR of the viewmodel, and will result in that property automatically being persisted to Application Transient Storage when the application is deactivated, and restored automatically when restored
Comments: Done
Transient(()=>MyProperty), this can be done in the CTOR of the viewmodel, and will result in that property automatically being persisted to Application Transient Storage when the application is deactivated, and restored automatically when restored
Comments: Done