C# Class LOIC.Settings

Afficher le fichier Open project: NewEraCracker/LOIC

Méthodes publiques

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

Method Details

HasAcceptedEula() public static méthode

public static HasAcceptedEula ( ) : bool
Résultat bool

ReadSetting() public static méthode

public static ReadSetting ( string key, bool emptyUndefined = true ) : string
key string
emptyUndefined bool
Résultat string

SaveAcceptedEula() public static méthode

public static SaveAcceptedEula ( ) : bool
Résultat bool

UpdateSetting() public static méthode

public static UpdateSetting ( string key, string value ) : bool
key string
value string
Résultat bool