C# Class WeiranZhang.Metropaper.Storage.ProtectedStorageManager

Show file Open project: weiran/Metropaper

Public Methods

Method Description
GetValue ( string key ) : string
SetValue ( string key, string value ) : void

Method Details

GetValue() public static method

public static GetValue ( string key ) : string
key string
return string

SetValue() public static method

public static SetValue ( string key, string value ) : void
key string
value string
return void