C# Class SQLDep.UIConfig

Mostra file Open project: sqldep/lionfish Class Usage Examples

Public Methods

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

Method Details

Get() static public method

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

Set() static public method

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