C# Class Tomboy.Preferences

Mostrar archivo Open project: oluc/tomboy Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnSettingChanged ( object sender, Tomboy.NotifyEventArgs args ) : void

Method Details

Get() public static method

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

GetDefault() public static method

public static GetDefault ( string key ) : object
key string
return object

Set() public static method

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