C# 클래스 LOIC.Settings

파일 보기 프로젝트 열기: NewEraCracker/LOIC

공개 메소드들

메소드 설명
HasAcceptedEula ( ) : bool
ReadSetting ( string key, bool emptyUndefined = true ) : string
SaveAcceptedEula ( ) : bool
UpdateSetting ( string key, string value ) : bool

메소드 상세

HasAcceptedEula() 공개 정적인 메소드

public static HasAcceptedEula ( ) : bool
리턴 bool

ReadSetting() 공개 정적인 메소드

public static ReadSetting ( string key, bool emptyUndefined = true ) : string
key string
emptyUndefined bool
리턴 string

SaveAcceptedEula() 공개 정적인 메소드

public static SaveAcceptedEula ( ) : bool
리턴 bool

UpdateSetting() 공개 정적인 메소드

public static UpdateSetting ( string key, string value ) : bool
key string
value string
리턴 bool