C# 클래스 WindowsApp.Services.SettingsServices.SettingsService

상속: ISettingsService
파일 보기 프로젝트 열기: HouseOfTheFuture/Mobile-App

공개 메소드들

메소드 설명
ApplyAppTheme ( ApplicationTheme value ) : void
ApplyUseShellBackButton ( bool value ) : void

비공개 메소드들

메소드 설명
ApplyCacheMaxDuration ( System.TimeSpan value ) : void
SettingsService ( ) : System

메소드 상세

ApplyAppTheme() 공개 메소드

public ApplyAppTheme ( ApplicationTheme value ) : void
value ApplicationTheme
리턴 void

ApplyUseShellBackButton() 공개 메소드

public ApplyUseShellBackButton ( bool value ) : void
value bool
리턴 void