Method | Description | |
---|---|---|
Get ( string key ) : object | ||
GetDefault ( string key ) : object | ||
Set ( string key, object value ) : void |
Method | Description | |
---|---|---|
OnSettingChanged ( object sender, Tomboy.NotifyEventArgs args ) : void |
public static GetDefault ( string key ) : object | ||
key | string | |
return | object |
public static Set ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |