C# Class WeiranZhang.Metropaper.Storage.ProtectedStorageManager

Afficher le fichier Open project: weiran/Metropaper

Méthodes publiques

Méthode Description
GetValue ( string key ) : string
SetValue ( string key, string value ) : void

Method Details

GetValue() public static méthode

public static GetValue ( string key ) : string
key string
Résultat string

SetValue() public static méthode

public static SetValue ( string key, string value ) : void
key string
value string
Résultat void