C# 클래스 TVSorter.Model.Settings

The settings.
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
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