You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: migrate to Microsoft.Windows.Storage.ApplicationData and centralize settings keys (#1900)
## Description
- Replace `Windows.Storage.ApplicationData` with
`Microsoft.Windows.Storage.ApplicationData`.
- Centralize Settings Keys in a `SettingsKeys` Class.
- define key constants in `ScratchPadPage`.
## Motivation and Context
- Closes#1892
- Closes#1893
## How Has This Been Tested?
**Manually tested**
## Screenshots (if appropriate):
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
Co-authored-by: Niels Laute <[email protected]>
0 commit comments