C# Class LOIC.Settings

Mostrar archivo Open project: NewEraCracker/LOIC

Public Methods

Method Description
HasAcceptedEula ( ) : bool
ReadSetting ( string key, bool emptyUndefined = true ) : string
SaveAcceptedEula ( ) : bool
UpdateSetting ( string key, string value ) : bool

Method Details

HasAcceptedEula() public static method

public static HasAcceptedEula ( ) : bool
return bool

ReadSetting() public static method

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

SaveAcceptedEula() public static method

public static SaveAcceptedEula ( ) : bool
return bool

UpdateSetting() public static method

public static UpdateSetting ( string key, string value ) : bool
key string
value string
return bool