C# Class Case.IssueTracker.Data.UserSettings

store user settings to file and retrieve them
Mostrar archivo Open project: WeConnect/issue-tracker

Public Methods

Method Description
Get ( string key ) : string
Set ( string key, string value ) : void

Private Methods

Method Description
GetConfig ( ) : Configuration

Method Details

Get() public static method

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

Set() public static method

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