Méthode | Description | |
---|---|---|
LoadSettings ( ) : |
Loads the settings from the default provider.
|
|
Save ( ) : void |
Saves the settings.
|
Méthode | Description | |
---|---|---|
LoadSettings ( IStorageProvider provider ) : |
Loads the settings from the specified provider.
|
|
OnSettingsSaved ( object sender, |
Handles the StorageProvider's SettingsSaved event by firing the SettingsChanged event.
|
|
Save ( IStorageProvider provider ) : void |
Saves the settings with the specified provider.
|
|
SetDefault ( ) : void |
Sets default settings.
|
|
Settings ( ) : System |
Initializes a new instance of the Settings class.
|