C# Класс TVSorter.Model.Settings

The settings.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LoadSettings ( ) : Settings

Loads the settings from the default provider.

Save ( ) : void

Saves the settings.

Приватные методы

Метод Описание
LoadSettings ( IStorageProvider provider ) : Settings

Loads the settings from the specified provider.

OnSettingsSaved ( object sender, EventArgs e ) : void

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.

Описание методов

LoadSettings() публичный статический Метод

Loads the settings from the default provider.
public static LoadSettings ( ) : Settings
Результат Settings

Save() публичный Метод

Saves the settings.
public Save ( ) : void
Результат void